Skip to content

Commit aebd6d5

Browse files
committed
Rollup merge of #27651 - tshepang:patch-8, r=Gankro
2 parents 4645662 + 9f597fe commit aebd6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/fs.rs

+1-1
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 there is no
754754
/// guarantee that the file is immediately deleted (e.g. depending on

0 commit comments

Comments
 (0)