feat(move_semantics): finish updating comments

This commit is contained in:
mokou
2022-07-12 15:43:26 +02:00
parent 16ff57bbff
commit 2e62505143
4 changed files with 8 additions and 8 deletions

View File

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