diff --git a/src/main.rs b/src/main.rs index d814ad1..316f4d4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,6 @@ use clap::{Parser, Subcommand}; use std::error::Error; -use std::path::{Path, PathBuf}; +use std::path::PathBuf; mod commit; mod end;