summaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
authormarisa <mokou@fastmail.com>2021-05-23 15:41:56 +0200
committerGitHub <noreply@github.com>2021-05-23 15:41:56 +0200
commita2f0401c4c4be9ac326714f55fee454db22c0862 (patch)
tree7733bdf235da6768f5a6eca0f5e8079ec0deef2d /exercises
parent4da9e7ee2908b697ca76a94676fe9680248af7c9 (diff)
parent1b85828548f46f58b622b5e0c00f8c989f928807 (diff)
Merge pull request #762 from tlyu/move-semantics5-fixes
fix: move_semantics5 hints
Diffstat (limited to 'exercises')
-rw-r--r--exercises/move_semantics/move_semantics5.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/exercises/move_semantics/move_semantics5.rs b/exercises/move_semantics/move_semantics5.rs
index 4f8128c..2fb7b8e 100644
--- a/exercises/move_semantics/move_semantics5.rs
+++ b/exercises/move_semantics/move_semantics5.rs
@@ -1,5 +1,6 @@
// move_semantics5.rs
-// Make me compile without adding any newlines or removing any of the lines.
+// Make me compile without adding, removing, or changing any of the
+// lines in `main()`.
// Execute `rustlings hint move_semantics5` for hints :)
// I AM NOT DONE