forked from mirror/async-std
rustfmt fs::create_dir_all
This commit is contained in:
parent
2fc6610d6d
commit
d47f7d3e92
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
use std::fs;
|
||||
use std::path::Path;
|
||||
|
||||
use crate::task::blocking;
|
||||
use crate::io;
|
||||
use crate::task::blocking;
|
||||
|
||||
/// Creates a new, empty directory and all of its parents if they are missing.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue