Rollup merge of #27651 - tshepang:patch-8, r=Gankro

This commit is contained in:
Manish Goregaokar 2015-08-11 13:26:48 +05:30
commit aebd6d5106
1 changed files with 1 additions and 1 deletions

View File

@ -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