Skip to content

Commit 491b25a

Browse files
committed
---
yaml --- r: 211592 b: refs/heads/master c: d328d64 h: refs/heads/master v: v3
1 parent 09c3bed commit 491b25a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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: 9634bcbd3d120e7a13b62bb47e882fc9ce6338cd
2+
refs/heads/master: d328d6472e6a61820c92ed7a910dbbff734fe235
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
55
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05

trunk/src/libstd/macros.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ macro_rules! println {
126126
/// ```
127127
/// use std::io;
128128
/// use std::fs::File;
129+
/// use std::io::prelude::*;
129130
///
130131
/// fn write_to_file_using_try() -> Result<(), io::Error> {
131132
/// let mut file = try!(File::create("my_best_friends.txt"));

0 commit comments

Comments
 (0)