Skip to content

Commit f1d4116

Browse files
committed
---
yaml --- r: 194414 b: refs/heads/tmp c: efaef24 h: refs/heads/master v: v3
1 parent 1f5eaf2 commit f1d4116

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
@@ -34,7 +34,7 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: a3b13610c5b93d9ada072471a001a5613df6a960
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: 19cd00094c481b46ff8d8a7cd54bf65899d55d8a
37+
refs/heads/tmp: efaef2430484852fc761b08b0653b7d74a17becd
3838
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3939
refs/tags/homu-tmp: 28a0b25f424090255966273994748a9f9901059f
4040
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412

branches/tmp/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)