Skip to content

Commit 9f597fe

Browse files
committed
doc: remove an unneeded distinction
1 parent 8856927 commit 9f597fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ impl AsInner<fs_imp::DirEntry> for DirEntry {
748748
fn as_inner(&self) -> &fs_imp::DirEntry { &self.0 }
749749
}
750750

751-
/// Removes a file from the underlying filesystem.
751+
/// Removes a file from the filesystem.
752752
///
753753
/// Note that, just because an unlink call was successful, it is not
754754
/// guaranteed that a file is immediately deleted (e.g. depending on

0 commit comments

Comments
 (0)