doc: remove an unneeded distinction

This commit is contained in:
Tshepang Lekhonkhobe 2015-08-11 01:13:15 +02:00
parent 8856927f64
commit 9f597fe7ef
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, just because an unlink call was successful, it is not
/// guaranteed that a file is immediately deleted (e.g. depending on