Skip to content

Commit

Permalink
fix(move_semantics4): Remove redundant "instead" (rust-lang#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
tal-zvon authored and mccormickt committed Mar 10, 2021
1 parent 179face commit 33a626f
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 33a626f

Please sign in to comment.