diff options
| author | mokou <mokou@fastmail.com> | 2022-07-12 15:43:26 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-07-12 15:43:26 +0200 |
| commit | 2e62505143a726c610a60cc8f11fbb4b0449ba8f (patch) | |
| tree | d0fca3949e10efcac9954525dec29f2a33f12e46 /exercises/move_semantics/move_semantics6.rs | |
| parent | 16ff57bbffe0ab86d9ef880d45486d6625cc9223 (diff) | |
feat(move_semantics): finish updating comments
Diffstat (limited to 'exercises/move_semantics/move_semantics6.rs')
| -rw-r--r-- | exercises/move_semantics/move_semantics6.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exercises/move_semantics/move_semantics6.rs b/exercises/move_semantics/move_semantics6.rs index 457e7ae..eb52a84 100644 --- a/exercises/move_semantics/move_semantics6.rs +++ b/exercises/move_semantics/move_semantics6.rs @@ -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 |
