Rollup merge of #27648 - tshepang:patch-7, r=brson

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

View File

@ -750,8 +750,8 @@ impl AsInner<fs_imp::DirEntry> for DirEntry {
/// Removes a file from the underlying filesystem. /// Removes a file from the underlying filesystem.
/// ///
/// Note that, just because an unlink call was successful, it is not /// Note that there is no
/// guaranteed that a file is immediately deleted (e.g. depending on /// guarantee that the file is immediately deleted (e.g. depending on
/// platform, other open file descriptors may prevent immediate removal). /// platform, other open file descriptors may prevent immediate removal).
/// ///
/// # Errors /// # Errors