Skip to content

Commit a7eeaa3

Browse files
authored
Merge pull request #1484 from akgerber/move2_comment_fix
fix(move_semantics2): fix line number comment
2 parents fc81bb1 + 319a825 commit a7eeaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/move_semantics/move_semantics2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// move_semantics2.rs
2-
// Make me compile without changing line 13 or moving line 10!
2+
// Make me compile without changing line 17 or moving line 14!
33
// Execute `rustlings hint move_semantics2` or use the `hint` watch subcommand for a hint.
44

55
// Expected output:

0 commit comments

Comments
 (0)