Skip to content

Commit 958c39d

Browse files
committed
fix the std::fs::create_dir_all docs
1 parent e88e854 commit 958c39d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

library/std/src/fs.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2803,9 +2803,6 @@ pub fn create_dir<P: AsRef<Path>>(path: P) -> io::Result<()> {
28032803
/// Recursively create a directory and all of its parent components if they
28042804
/// are missing.
28052805
///
2806-
/// If this function returns an error, some of the parent components might have
2807-
/// been created already.
2808-
///
28092806
/// If the empty path is passed to this function, it always succeeds without
28102807
/// creating any directories.
28112808
///

0 commit comments

Comments
 (0)