Skip to content

Commit e19da29

Browse files
committed
---
yaml --- r: 192117 b: refs/heads/snap-stage3 c: efaef24 h: refs/heads/master i: 192115: b22ccc2 v: v3
1 parent 341afcb commit e19da29

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 809a554fca2d0ebc2ba50077016fe282a4064752
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 19cd00094c481b46ff8d8a7cd54bf65899d55d8a
4+
refs/heads/snap-stage3: efaef2430484852fc761b08b0653b7d74a17becd
55
refs/heads/try: ce76bff75603a754d092456285ff455eb871633d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/libstd/fs/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ impl File {
183183
///
184184
/// ```no_run
185185
/// use std::fs::File;
186+
/// use std::io::prelude::*;
186187
///
187188
/// # fn foo() -> std::io::Result<()> {
188189
/// let mut f = try!(File::create("foo.txt"));
@@ -211,6 +212,7 @@ impl File {
211212
///
212213
/// ```no_run
213214
/// use std::fs::File;
215+
/// use std::io::prelude::*;
214216
///
215217
/// # fn foo() -> std::io::Result<()> {
216218
/// let mut f = try!(File::create("foo.txt"));

0 commit comments

Comments
 (0)