diff --git a/src/config.rs b/src/config.rs index 0c1f914..56a1037 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,8 +1,5 @@ use serde::Deserialize; -use std::{ - fs::{self, remove_dir_all}, - path::PathBuf, -}; +use std::{fs, path::PathBuf}; use glob::glob; use minify_html::{minify, Cfg};