diff options
| author | liv <mokou@fastmail.com> | 2023-04-22 13:48:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-22 13:48:23 +0000 |
| commit | a7eeaa3a4be78b067780591cd32ea9affeecc294 (patch) | |
| tree | 3a364dc20b5b5f48bd78ab1bce9ec4e46ffacb02 /exercises | |
| parent | fc81bb15fe0ef06971d3c464df36d98063801abf (diff) | |
| parent | 319a8253ba727d09a1c52c7d22b4e089137ecff9 (diff) | |
Merge pull request #1484 from akgerber/move2_comment_fix
fix(move_semantics2): fix line number comment
Diffstat (limited to 'exercises')
| -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: |
