From 2b677c7ec8c001971b24d42872b2ef0dee1796b0 Mon Sep 17 00:00:00 2001 From: Jeff Date: Thu, 9 Jan 2025 01:52:30 -0500 Subject: [PATCH] Clean up --- dust-cli/src/main.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dust-cli/src/main.rs b/dust-cli/src/main.rs index 47a794f..10a5ca6 100644 --- a/dust-cli/src/main.rs +++ b/dust-cli/src/main.rs @@ -6,10 +6,7 @@ use std::{ }; use clap::{ - builder::{ - styling::{AnsiColor, Color}, - StyledStr, Styles, - }, + builder::{styling::AnsiColor, Styles}, crate_authors, crate_description, crate_version, error::ErrorKind, Args, ColorChoice, Error, Parser, Subcommand, ValueHint,