We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19cd000 commit efaef24Copy full SHA for efaef24
src/libstd/fs/mod.rs
@@ -183,6 +183,7 @@ impl File {
183
///
184
/// ```no_run
185
/// use std::fs::File;
186
+ /// use std::io::prelude::*;
187
188
/// # fn foo() -> std::io::Result<()> {
189
/// let mut f = try!(File::create("foo.txt"));
@@ -211,6 +212,7 @@ impl File {
211
212
213
214
215
216
217
218
0 commit comments