Skip to content

Commit

Permalink
Rollup merge of #27651 - tshepang:patch-8, r=Gankro
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Aug 11, 2015
2 parents 4645662 + 9f597fe commit aebd6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ impl AsInner<fs_imp::DirEntry> for DirEntry {
fn as_inner(&self) -> &fs_imp::DirEntry { &self.0 }
}

/// Removes a file from the underlying filesystem.
/// Removes a file from the filesystem.
///
/// Note that there is no
/// guarantee that the file is immediately deleted (e.g. depending on
Expand Down

0 comments on commit aebd6d5

Please sign in to comment.