doc: remove an unneeded distinction
This commit is contained in:
parent
8856927f64
commit
9f597fe7ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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, just because an unlink call was successful, it is not
|
||||
/// guaranteed that a file is immediately deleted (e.g. depending on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue