We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff72af commit cc266d7Copy full SHA for cc266d7
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