diff options
Diffstat (limited to 'library/std/src/fs.rs')
| -rw-r--r-- | library/std/src/fs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/fs.rs b/library/std/src/fs.rs index 661077a7756..881ba2e0797 100644 --- a/library/std/src/fs.rs +++ b/library/std/src/fs.rs @@ -2190,7 +2190,7 @@ impl DirBuilder { Some(p) => self.create_dir_all(p)?, None => { return Err(io::Error::new_const( - io::ErrorKind::Unknown, + io::ErrorKind::Uncategorized, &"failed to create whole tree", )); } |
