Skip to content

Commit b8de07d

Browse files
committed
doc: success is implied really
1 parent 3d69bec commit b8de07d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/fs.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -750,8 +750,8 @@ impl AsInner<fs_imp::DirEntry> for DirEntry {
750750

751751
/// Removes a file from the underlying filesystem.
752752
///
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
753+
/// Note that there is no
754+
/// guarantee that the file is immediately deleted (e.g. depending on
755755
/// platform, other open file descriptors may prevent immediate removal).
756756
///
757757
/// # Errors

0 commit comments

Comments
 (0)