Skip to content

Commit bb6a457

Browse files
committed
remove comment
1 parent fc0dd18 commit bb6a457

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rust_core/read_line.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ impl IFn for ReadLineFn {
2222
if args.len() != 0 {
2323
return error_message::wrong_arg_count(0, args.len())
2424
}
25-
26-
//io::stdout().flush();
25+
2726
let mut input = String::new();
2827
io::stdout().flush();
2928
match io::stdin().read_line(&mut input) {

0 commit comments

Comments
 (0)