File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,6 @@ pub struct Metadata(fs_imp::FileAttr);
114
114
/// information like the entry's path and possibly other metadata can be
115
115
/// learned.
116
116
///
117
- /// #### Note: Iteration Order is Implementation-Defined
118
- ///
119
117
/// The order in which this iterator returns entries is platform and filesystem
120
118
/// dependent.
121
119
///
@@ -1964,8 +1962,6 @@ pub fn remove_dir_all<P: AsRef<Path>>(path: P) -> io::Result<()> {
1964
1962
///
1965
1963
/// [changes]: ../io/index.html#platform-specific-behavior
1966
1964
///
1967
- /// #### Note: Iteration Order is Implementation-Defined
1968
- ///
1969
1965
/// The order in which this iterator returns entries is platform and filesystem
1970
1966
/// dependent.
1971
1967
///
You can’t perform that action at this time.
0 commit comments