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 4645662 + 9f597fe commit aebd6d5Copy full SHA for aebd6d5
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 there is no
754
/// guarantee that the file is immediately deleted (e.g. depending on
0 commit comments