mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
doc: binding not needed
This commit is contained in:
@@ -185,8 +185,7 @@
|
||||
//! let reader = BufReader::new(f);
|
||||
//!
|
||||
//! for line in reader.lines() {
|
||||
//! let line = try!(line);
|
||||
//! println!("{}", line);
|
||||
//! println!("{}", try!(line));
|
||||
//! }
|
||||
//!
|
||||
//! # Ok(())
|
||||
|
||||
Reference in New Issue
Block a user