Skip to content

Commit

Permalink
Test fixes and rebase conflicts, round 1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Mar 24, 2015
1 parent 19cd000 commit efaef24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libstd/fs/mod.rs
Expand Up @@ -183,6 +183,7 @@ impl File {
///
/// ```no_run
/// use std::fs::File;
/// use std::io::prelude::*;
///
/// # fn foo() -> std::io::Result<()> {
/// let mut f = try!(File::create("foo.txt"));
Expand Down Expand Up @@ -211,6 +212,7 @@ impl File {
///
/// ```no_run
/// use std::fs::File;
/// use std::io::prelude::*;
///
/// # fn foo() -> std::io::Result<()> {
/// let mut f = try!(File::create("foo.txt"));
Expand Down

0 comments on commit efaef24

Please sign in to comment.