Skip to content

Commit c21e381

Browse files
committed
Remove unused import from fs::create_dir_all
1 parent 8451789 commit c21e381

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,5 +1,5 @@
11
use std::fs;
2-
use std::path::{Path, PathBuf};
2+
use std::path::Path;
33

44
use crate::task::blocking;
55
use crate::io;

0 commit comments

Comments
 (0)