Skip to content

Commit 379c5c5

Browse files
committed
---
yaml --- r: 211595 b: refs/heads/master c: c692d75 h: refs/heads/master i: 211593: 5e678a8 211591: 09c3bed v: v3
1 parent 1c0689b commit 379c5c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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: 80322e2e970bc7d2d36c14fb63f753fe39acf63e
2+
refs/heads/master: c692d75b5a595ef5939473aef20e1751d4e0e1f5
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
55
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05

trunk/src/libstd/macros.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ macro_rules! println {
138138
/// fn write_to_file_using_match() -> Result<(), io::Error> {
139139
/// let mut file = try!(File::create("my_best_friends.txt"));
140140
/// match file.write_all(b"This is a list of my best friends.") {
141-
/// Ok(_) => (),
142-
/// Err(e) => return Err(e),
141+
/// Ok(_) => (),
142+
/// Err(e) => return Err(e),
143143
/// }
144144
/// println!("I wrote to the file");
145145
/// Ok(())

0 commit comments

Comments
 (0)