Skip to content

Commit 8068812

Browse files
author
Ali Raheem
committed
Remove Iteration order heading
1 parent 9755fe8 commit 8068812

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libstd/fs.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ pub struct Metadata(fs_imp::FileAttr);
114114
/// information like the entry's path and possibly other metadata can be
115115
/// learned.
116116
///
117-
/// #### Note: Iteration Order is Implementation-Defined
118-
///
119117
/// The order in which this iterator returns entries is platform and filesystem
120118
/// dependent.
121119
///
@@ -1964,8 +1962,6 @@ pub fn remove_dir_all<P: AsRef<Path>>(path: P) -> io::Result<()> {
19641962
///
19651963
/// [changes]: ../io/index.html#platform-specific-behavior
19661964
///
1967-
/// #### Note: Iteration Order is Implementation-Defined
1968-
///
19691965
/// The order in which this iterator returns entries is platform and filesystem
19701966
/// dependent.
19711967
///

0 commit comments

Comments
 (0)