newline for breathing room

This commit is contained in:
Nick Sweeting 2017-03-23 13:43:09 -04:00 committed by GitHub
parent 53d5082a2d
commit 04fbec1a0c

View File

@ -150,6 +150,7 @@
//!
//! ```
//! let mut input = String::new();
//!
//! match io::stdin().read_line(&mut input) {
//! Err(why) => panic!("Failed to read input: {}", why.description()),
//! Ok(_) => println!("You typed: {}", input.trim()),