Remove Iteration order heading
This commit is contained in:
parent
9755fe80ee
commit
8068812d04
1 changed files with 0 additions and 4 deletions
|
|
@ -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.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue