Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate committed Mar 28, 2017
1 parent 4806f01 commit cd2ec7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libstd/io/mod.rs
Expand Up @@ -150,6 +150,8 @@
//! on the return value to catch any possible errors:
//!
//! ```
//! use std::io;
//!
//! let mut input = String::new();
//!
//! io::stdin().read_line(&mut input).unwrap();
Expand Down

0 comments on commit cd2ec7e

Please sign in to comment.