mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
Rollup merge of #25154 - rydotyosh:patch-3, r=steveklabnik
Edit version of #25150. This commit depends on #25148.
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user