Skip to content

Commit

Permalink
fix(move_semantics4): Remove redundant "instead" (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
tal-zvon committed Feb 7, 2021
1 parent fff72af commit cc266d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/move_semantics/move_semantics4.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// move_semantics4.rs
// Refactor this code so that instead of having `vec0` and creating the vector
// 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
// freshly created vector from fill_vec to its caller.
// Execute `rustlings hint move_semantics4` for hints!

Expand Down

0 comments on commit cc266d7

Please sign in to comment.