Skip to content

Commit 943c6b8

Browse files
committed
Merge remote-tracking branch 'origin/pr/2475'
2 parents b34bb93 + f6c5e4e commit 943c6b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • listings/ch02-guessing-game-tutorial/no-listing-03-convert-string-to-number/src

listings/ch02-guessing-game-tutorial/no-listing-03-convert-string-to-number/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ fn main() {
2929
Ordering::Greater => println!("Too big!"),
3030
Ordering::Equal => println!("You win!"),
3131
}
32+
// ANCHOR_END: here
3233
}
33-
// ANCHOR_END: here

0 commit comments

Comments
 (0)