Remove Iteration order heading

This commit is contained in:
Ali Raheem 2019-08-08 15:33:39 +01:00
parent 9755fe80ee
commit 8068812d04

View file

@ -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.
///