Rollup merge of #27648 - tshepang:patch-7, r=brson
This commit is contained in:
commit
4645662a12
@ -750,8 +750,8 @@ fn as_inner(&self) -> &fs_imp::DirEntry { &self.0 }
|
||||
|
||||
/// Removes a file from the underlying filesystem.
|
||||
///
|
||||
/// Note that, just because an unlink call was successful, it is not
|
||||
/// guaranteed that a file is immediately deleted (e.g. depending on
|
||||
/// Note that there is no
|
||||
/// guarantee that the file is immediately deleted (e.g. depending on
|
||||
/// platform, other open file descriptors may prevent immediate removal).
|
||||
///
|
||||
/// # Errors
|
||||
|
Loading…
Reference in New Issue
Block a user