diff --git a/src/libstd/fs.rs b/src/libstd/fs.rs index a903452d54074..31ff5b74fd65b 100644 --- a/src/libstd/fs.rs +++ b/src/libstd/fs.rs @@ -750,8 +750,8 @@ impl AsInner 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