Skip to content

Commit 8451789

Browse files
committed
Expose fs::create_dir_all
1 parent dfd520c commit 8451789

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fs/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pub use std::fs::{FileType, Metadata, Permissions};
3232
pub use canonicalize::canonicalize;
3333
pub use copy::copy;
3434
pub use create_dir::create_dir;
35+
pub use create_dir_all::create_dir_all;
3536
pub use hard_link::hard_link;
3637
pub use metadata::metadata;
3738
pub use read::read;
@@ -49,6 +50,7 @@ pub use write::write;
4950
mod canonicalize;
5051
mod copy;
5152
mod create_dir;
53+
mod create_dir_all;
5254
mod dir_builder;
5355
mod dir_entry;
5456
mod file;

0 commit comments

Comments
 (0)