mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-26 18:26:48 +00:00
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::fs;
|
||||||
use std::path::{Path, PathBuf};
|
use std::path::Path;
|
||||||
|
|
||||||
use crate::task::blocking;
|
use crate::task::blocking;
|
||||||
use crate::io;
|
use crate::io;
|
||||||
|
|
Loading…
Reference in a new issue