1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-11-29 22:47:43 +02:00

fix(move_semantics5): Clarify instructions

This commit is contained in:
ana
2021-07-29 12:37:15 +02:00
parent 8e313cffaa
commit df25684cb7
2 changed files with 3 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
// move_semantics5.rs
// Make me compile without adding, removing, or changing any of the
// lines in `main()`.
// Make me compile only be reordering the lines in `main()`, but without
// adding, changing or removing any of them.
// Execute `rustlings hint move_semantics5` for hints :)
// I AM NOT DONE