From c936326ac3c2ae404d76f75bb2126141a3ea780a Mon Sep 17 00:00:00 2001 From: "Andrew Phillips (aider)" Date: Sat, 10 May 2025 10:04:39 -0300 Subject: [PATCH] fix: Remove unused strum::IntoEnumIterator import --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 749b87c..00e82fb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,7 +14,6 @@ use nix::Error as NixError; use anyhow::{Context, Result, Error, anyhow}; use rusqlite::Connection; use gethostname::gethostname; -use strum::IntoEnumIterator; use clap::error::ErrorKind; use clap::*; use log::*;