mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
doc: binding not needed
This commit is contained in:
parent
8e9008dc30
commit
9f935c8dd8
@ -185,8 +185,7 @@
|
||||
//! let reader = BufReader::new(f);
|
||||
//!
|
||||
//! for line in reader.lines() {
|
||||
//! let line = try!(line);
|
||||
//! println!("{}", line);
|
||||
//! println!("{}", try!(line));
|
||||
//! }
|
||||
//!
|
||||
//! # Ok(())
|
||||
|
Loading…
Reference in New Issue
Block a user