Skip to content

Commit 9f935c8

Browse files
committed
doc: binding not needed
1 parent 8e9008d commit 9f935c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libstd/io/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@
185185
//! let reader = BufReader::new(f);
186186
//!
187187
//! for line in reader.lines() {
188-
//! let line = try!(line);
189-
//! println!("{}", line);
188+
//! println!("{}", try!(line));
190189
//! }
191190
//!
192191
//! # Ok(())

0 commit comments

Comments
 (0)