We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc0dd18 commit bb6a457Copy full SHA for bb6a457
1 file changed
src/rust_core/read_line.rs
@@ -22,8 +22,7 @@ impl IFn for ReadLineFn {
22
if args.len() != 0 {
23
return error_message::wrong_arg_count(0, args.len())
24
}
25
-
26
- //io::stdout().flush();
+
27
let mut input = String::new();
28
io::stdout().flush();
29
match io::stdin().read_line(&mut input) {
0 commit comments