doc: success is implied really

This commit is contained in:
Tshepang Lekhonkhobe 2015-08-10 23:52:18 +02:00
parent 3d69bec881
commit b8de07d5e6
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.
///
/// 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