Skip to content

Commit 04fbec1

Browse files
authored
newline for breathing room
1 parent 53d5082 commit 04fbec1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/io/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
//!
151151
//! ```
152152
//! let mut input = String::new();
153+
//!
153154
//! match io::stdin().read_line(&mut input) {
154155
//! Err(why) => panic!("Failed to read input: {}", why.description()),
155156
//! Ok(_) => println!("You typed: {}", input.trim()),

0 commit comments

Comments
 (0)