We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c5046 commit 3c820feCopy full SHA for 3c820fe
src/libstd/fs.rs
@@ -2008,14 +2008,14 @@ pub fn remove_dir_all<P: AsRef<Path>>(path: P) -> io::Result<()> {
2008
/// .map(|res| res.map(|e| e.path()))
2009
/// .collect::<Result<Vec<_>, io::Error>>()?;
2010
///
2011
-/// println!(
2012
-/// "Entries before sorting (may or may not be sorted already): {:?}",
2013
-/// entries
2014
-/// );
+/// // println!(
+/// // "Entries before sorting (may or may not be sorted already): {:?}",
+/// // entries
+/// // );
2015
2016
/// entries.sort();
2017
2018
-/// println!("Entries after sorting: {:?}", entries);
+/// // println!("Entries after sorting: {:?}", entries);
2019
/// Ok(())
2020
/// }
2021
/// ```
0 commit comments