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,6 +1,6 @@
// move_semantics6.rs
// Make me compile! `rustlings hint move_semantics6` for hints
// You can't change anything except adding or removing references
// Execute `rustlings hint move_semantics6` or use the `hint` watch subcommand for a hint.
// You can't change anything except adding or removing references.
// I AM NOT DONE