Skip to content

Commit 5e896b8

Browse files
committed
---
yaml --- r: 276333 b: refs/heads/master c: 9f935c8 h: refs/heads/master i: 276331: 60c315b
1 parent 12f2857 commit 5e896b8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 8e9008dc307f97f596add6cbb27d3b1ca1b88d4a
2+
refs/heads/master: 9f935c8dd891ec6eb0809b8438656d1b39c2e2f5
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
44
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/src/libstd/io/mod.rs

Lines changed: 1 addition & 2 deletions
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)