doc: mut not needed
This commit is contained in:
parent
102bab3d68
commit
8e9008dc30
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@
|
||||||
//!
|
//!
|
||||||
//! # fn foo() -> io::Result<()> {
|
//! # fn foo() -> io::Result<()> {
|
||||||
//! let f = try!(File::open("foo.txt"));
|
//! let f = try!(File::open("foo.txt"));
|
||||||
//! let mut reader = BufReader::new(f);
|
//! let reader = BufReader::new(f);
|
||||||
//!
|
//!
|
||||||
//! for line in reader.lines() {
|
//! for line in reader.lines() {
|
||||||
//! let line = try!(line);
|
//! let line = try!(line);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue