We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60895fd + c8619ae commit 0a2e07eCopy full SHA for 0a2e07e
src/libstd/fs.rs
@@ -1956,7 +1956,8 @@ pub fn remove_dir_all<P: AsRef<Path>>(path: P) -> io::Result<()> {
1956
/// # Platform-specific behavior
1957
///
1958
/// This function currently corresponds to the `opendir` function on Unix
1959
-/// and the `FindFirstFile` function on Windows.
+/// and the `FindFirstFile` function on Windows. Advancing the iterator
1960
+/// currently corresponds to `readdir` on Unix and `FindNextFile` on Windows.
1961
/// Note that, this [may change in the future][changes].
1962
1963
/// [changes]: ../io/index.html#platform-specific-behavior
0 commit comments