diff --git a/src/main.rs b/src/main.rs index e8e0754..1fe1f58 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,6 @@ #![allow(clippy::redundant_closure, clippy::redundant_pattern_matching)] extern crate anyhow; -extern crate atty; extern crate clap; extern crate env_logger; extern crate human_panic;