File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
branches/snap-stage3/src/libstd/fs Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 809a554fca2d0ebc2ba50077016fe282a4064752
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 19cd00094c481b46ff8d8a7cd54bf65899d55d8a
4
+ refs/heads/snap-stage3: efaef2430484852fc761b08b0653b7d74a17becd
5
5
refs/heads/try: ce76bff75603a754d092456285ff455eb871633d
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ impl File {
183
183
///
184
184
/// ```no_run
185
185
/// use std::fs::File;
186
+ /// use std::io::prelude::*;
186
187
///
187
188
/// # fn foo() -> std::io::Result<()> {
188
189
/// let mut f = try!(File::create("foo.txt"));
@@ -211,6 +212,7 @@ impl File {
211
212
///
212
213
/// ```no_run
213
214
/// use std::fs::File;
215
+ /// use std::io::prelude::*;
214
216
///
215
217
/// # fn foo() -> std::io::Result<()> {
216
218
/// let mut f = try!(File::create("foo.txt"));
You can’t perform that action at this time.
0 commit comments