diff --git a/src/main.rs b/src/main.rs index 2d4f9e2..c83cdf6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,7 +5,6 @@ use bunsenite::{NickelLoader, VERSION}; use clap::{Parser, Subcommand}; -use miette::IntoDiagnostic; use std::path::PathBuf; use std::process;