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::path::{Path, PathBuf};
use std::path::Path;
use crate::task::blocking;
use crate::io;