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.
1 parent 8856927 commit 9f597feCopy full SHA for 9f597fe
src/libstd/fs.rs
@@ -748,7 +748,7 @@ impl AsInner<fs_imp::DirEntry> for DirEntry {
748
fn as_inner(&self) -> &fs_imp::DirEntry { &self.0 }
749
}
750
751
-/// Removes a file from the underlying filesystem.
+/// Removes a file from the 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
0 commit comments