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