mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-24 21:53:56 +00:00
parent
5a83fa271d
commit
08923fbff2
@ -82,7 +82,7 @@ fn main() {
|
||||
|
||||
let mut guess = String::new();
|
||||
|
||||
let input = io::stdin().read_line(&mut guess)
|
||||
io::stdin().read_line(&mut guess)
|
||||
.ok()
|
||||
.expect("Failed to read line");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user