We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 414e37f + 08923fb commit 6db57a2Copy full SHA for 6db57a2
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