about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAli Raheem <github@hadoken.cc>2019-08-08 15:33:39 +0100
committerAli Raheem <github@hadoken.cc>2019-08-08 15:33:39 +0100
commit8068812d042fa1bfb2133332152ee591705fdef7 (patch)
tree44fdb8a5a211659d0f21a0ca5d3b4d994b71de95
parent9755fe80ee88803f2ecf7e86d7ae6d6fb8e25f55 (diff)
downloadrust-8068812d042fa1bfb2133332152ee591705fdef7.tar.gz
rust-8068812d042fa1bfb2133332152ee591705fdef7.zip
Remove Iteration order heading
-rw-r--r--src/libstd/fs.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstd/fs.rs b/src/libstd/fs.rs
index 2a55c79a93c..ad279d7f754 100644
--- a/src/libstd/fs.rs
+++ b/src/libstd/fs.rs
@@ -114,8 +114,6 @@ pub struct Metadata(fs_imp::FileAttr);
 /// information like the entry's path and possibly other metadata can be
 /// learned.
 ///
-/// #### Note: Iteration Order is Implementation-Defined
-///
 /// The order in which this iterator returns entries is platform and filesystem
 /// dependent.
 ///
@@ -1964,8 +1962,6 @@ pub fn remove_dir_all<P: AsRef<Path>>(path: P) -> io::Result<()> {
 ///
 /// [changes]: ../io/index.html#platform-specific-behavior
 ///
-/// #### Note: Iteration Order is Implementation-Defined
-///
 /// The order in which this iterator returns entries is platform and filesystem
 /// dependent.
 ///