File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 80322e2e970bc7d2d36c14fb63f753fe39acf63e
2
+ refs/heads/master: c692d75b5a595ef5939473aef20e1751d4e0e1f5
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5
5
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05
Original file line number Diff line number Diff line change @@ -138,8 +138,8 @@ macro_rules! println {
138
138
/// fn write_to_file_using_match() -> Result<(), io::Error> {
139
139
/// let mut file = try!(File::create("my_best_friends.txt"));
140
140
/// 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),
143
143
/// }
144
144
/// println!("I wrote to the file");
145
145
/// Ok(())
You can’t perform that action at this time.
0 commit comments