diff --git a/src/main.rs b/src/main.rs index 5020dc2..e7a4790 100644 --- a/src/main.rs +++ b/src/main.rs @@ -19,7 +19,7 @@ use std::env; use std::process; -use std::path::{Path, PathBuf}; +use std::path::{Path}; use colored::Colorize; mod inv;