summaryrefslogtreecommitdiff
path: root/exercises/move_semantics/move_semantics5.rs
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-07-12 15:43:26 +0200
committermokou <mokou@fastmail.com>2022-07-12 15:43:26 +0200
commit2e62505143a726c610a60cc8f11fbb4b0449ba8f (patch)
treed0fca3949e10efcac9954525dec29f2a33f12e46 /exercises/move_semantics/move_semantics5.rs
parent16ff57bbffe0ab86d9ef880d45486d6625cc9223 (diff)
feat(move_semantics): finish updating comments
Diffstat (limited to 'exercises/move_semantics/move_semantics5.rs')
-rw-r--r--exercises/move_semantics/move_semantics5.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/move_semantics/move_semantics5.rs b/exercises/move_semantics/move_semantics5.rs
index c4704f9..36eae12 100644
--- a/exercises/move_semantics/move_semantics5.rs
+++ b/exercises/move_semantics/move_semantics5.rs
@@ -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