Skip to content

Commit efaef24

Browse files
committed
Test fixes and rebase conflicts, round 1
1 parent 19cd000 commit efaef24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)