Skip to content

Commit 319a825

Browse files
committed
fix(move_semantics2): fix line number comment
Commit fef8314 added three lines of comments, which left the line numbers expected to stay unchanged mentioned on line 2 out of date.
1 parent fc81bb1 commit 319a825

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)