We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 306d2ca + b8de07d commit 4645662Copy full SHA for 4645662
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