Skip to content

Commit

Permalink
Rollup merge of rust-lang#25156 - rydotyosh:patch-4, r=alexcrichton
Browse files Browse the repository at this point in the history
Remove printing of secret number at final source.
  • Loading branch information
steveklabnik committed May 7, 2015
2 parents 26ff571 + 1884c87 commit e53cd43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/doc/trpl/guessing-game.md
Original file line number Diff line number Diff line change
Expand Up @@ -965,8 +965,6 @@ fn main() {
let secret_number = rand::thread_rng().gen_range(1, 101);
println!("The secret number is: {}", secret_number);
loop {
println!("Please input your guess.");
Expand Down

0 comments on commit e53cd43

Please sign in to comment.