diff options
| author | Aaron Wang <az0977776@yahoo.com> | 2023-04-07 01:56:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-07 01:56:20 -0400 |
| commit | c74e0bfd188169c15e51dd10501119515dbc220e (patch) | |
| tree | ce80cffa1d9043df1b5b91383b613e3cc307e56e /exercises/move_semantics/move_semantics2.rs | |
| parent | 9fc336c7f7a9644b51f37b0a2dcfe0640bca8d40 (diff) | |
docs: update line numbers in move_semantics2
Diffstat (limited to 'exercises/move_semantics/move_semantics2.rs')
| -rw-r--r-- | exercises/move_semantics/move_semantics2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/move_semantics/move_semantics2.rs b/exercises/move_semantics/move_semantics2.rs index 68dbf02..ae76a7a 100644 --- a/exercises/move_semantics/move_semantics2.rs +++ b/exercises/move_semantics/move_semantics2.rs @@ -1,5 +1,5 @@ // move_semantics2.rs -// Make me compile without changing line 13 or moving line 10! +// Make me compile without changing line 17 or moving line 14! // Execute `rustlings hint move_semantics2` or use the `hint` watch subcommand for a hint. // Expected output: |
