2
0
Fork 1
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:
Dylan Frankland 2019-08-26 12:50:06 -07:00
parent 8451789da5
commit c21e381098

View file

@ -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;