We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d69bec commit b8de07dCopy full SHA for b8de07d
src/libstd/fs.rs
@@ -750,8 +750,8 @@ impl AsInner<fs_imp::DirEntry> for DirEntry {
750
751
/// Removes a file from the underlying filesystem.
752
///
753
-/// Note that, just because an unlink call was successful, it is not
754
-/// 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
755
/// platform, other open file descriptors may prevent immediate removal).
756
757
/// # Errors
0 commit comments