Skip to content

Commit

Permalink
doc: binding not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed May 6, 2016
1 parent 8e9008d commit 9f935c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libstd/io/mod.rs
Expand Up @@ -185,8 +185,7 @@
//! let reader = BufReader::new(f);
//!
//! for line in reader.lines() {
//! let line = try!(line);
//! println!("{}", line);
//! println!("{}", try!(line));
//! }
//!
//! # Ok(())
Expand Down

0 comments on commit 9f935c8

Please sign in to comment.