diff options
| author | mokou <mokou@fastmail.com> | 2022-07-12 15:25:31 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-07-12 15:25:31 +0200 |
| commit | bb0cf92b8b6f0a9db4be92ff5ffc4c507f2847ba (patch) | |
| tree | 97d64013a1b40960046f3d5fef206b922ec6032f /exercises/move_semantics | |
| parent | 7452d0d60395a9b0247abb3b307ab3437c1f8622 (diff) | |
feat(move_semantics): clarify some hints
Diffstat (limited to 'exercises/move_semantics')
| -rw-r--r-- | exercises/move_semantics/move_semantics1.rs | 2 | ||||
| -rw-r--r-- | exercises/move_semantics/move_semantics2.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/exercises/move_semantics/move_semantics1.rs b/exercises/move_semantics/move_semantics1.rs index e2f5876..aac6dfc 100644 --- a/exercises/move_semantics/move_semantics1.rs +++ b/exercises/move_semantics/move_semantics1.rs @@ -1,5 +1,5 @@ // move_semantics1.rs -// Make me compile! Execute `rustlings hint move_semantics1` for hints :) +// Execute `rustlings hint move_semantics1` or use the `hint` watch subcommand for a hint. // I AM NOT DONE diff --git a/exercises/move_semantics/move_semantics2.rs b/exercises/move_semantics/move_semantics2.rs index 888dc52..6487085 100644 --- a/exercises/move_semantics/move_semantics2.rs +++ b/exercises/move_semantics/move_semantics2.rs @@ -1,6 +1,6 @@ // move_semantics2.rs // Make me compile without changing line 13 or moving line 10! -// Execute `rustlings hint move_semantics2` for hints :) +// Execute `rustlings hint move_semantics2` or use the `hint` watch subcommand for a hint. // I AM NOT DONE |
