We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996ff2e commit c32e4baCopy full SHA for c32e4ba
library/std/src/fs.rs
@@ -2039,6 +2039,8 @@ pub fn remove_dir_all<P: AsRef<Path>>(path: P) -> io::Result<()> {
2039
///
2040
/// The iterator will yield instances of [`io::Result`]`<`[`DirEntry`]`>`.
2041
/// New errors may be encountered after an iterator is initially constructed.
2042
+/// Entries for the current and parent directories (typically `.` and `..`) are
2043
+/// skipped.
2044
2045
/// # Platform-specific behavior
2046
0 commit comments