forked from mirror/async-std
Remove unused import from fs::create_dir_all
This commit is contained in:
parent
8451789da5
commit
c21e381098
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
use std::fs;
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::path::Path;
|
||||
|
||||
use crate::task::blocking;
|
||||
use crate::io;
|
||||
|
|
Loading…
Reference in a new issue