Skip to content

Commit d47f7d3

Browse files
committed
rustfmt fs::create_dir_all
1 parent 2fc6610 commit d47f7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fs/create_dir_all.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use std::fs;
22
use std::path::Path;
33

4-
use crate::task::blocking;
54
use crate::io;
5+
use crate::task::blocking;
66

77
/// Creates a new, empty directory and all of its parents if they are missing.
88
///

0 commit comments

Comments
 (0)