From 32dcb47e3ccb7a9cd364dd53701ff428bd9cbeb1 Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 23 Feb 2026 15:12:37 +0000 Subject: [PATCH] remove unused imports --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;