Rollup merge of #25154 - rydotyosh:patch-3, r=steveklabnik
Edit version of #25150. This commit depends on #25148.
This commit is contained in:
commit
6db57a2dcb
@ -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