We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54eb0aa + 08923fb commit 26ff571Copy full SHA for 26ff571
src/doc/trpl/guessing-game.md
@@ -82,7 +82,7 @@ fn main() {
82
83
let mut guess = String::new();
84
85
- let input = io::stdin().read_line(&mut guess)
+ io::stdin().read_line(&mut guess)
86
.ok()
87
.expect("Failed to read line");
88
0 commit comments