We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8468fe5 commit f20bac0Copy full SHA for f20bac0
exercises/move_semantics/move_semantics4.rs
@@ -1,6 +1,6 @@
1
// move_semantics4.rs
2
// Refactor this code so that instead of having `vec0` and creating the vector
3
-// in `fn main`, we instead create it within `fn fill_vec` and transfer the
+// in `fn main`, we create it within `fn fill_vec` and transfer the
4
// freshly created vector from fill_vec to its caller.
5
// Execute `rustlings hint move_semantics4` for hints!
6
0 commit comments