refactor: dead code removed
This commit is contained in:
+2
-5
@@ -14,7 +14,7 @@
|
||||
clippy::similar_names
|
||||
)]
|
||||
// Only allow when debugging
|
||||
#![allow(unused)]
|
||||
// #![allow(unused)]
|
||||
|
||||
use app_data::AppData;
|
||||
use app_error::AppError;
|
||||
@@ -27,10 +27,7 @@ use docker_data::DockerData;
|
||||
use input_handler::InputMessages;
|
||||
use parking_lot::Mutex;
|
||||
use parse_args::CliArgs;
|
||||
use std::{
|
||||
io::Write,
|
||||
sync::{atomic::AtomicBool, Arc},
|
||||
};
|
||||
use std::sync::{atomic::AtomicBool, Arc};
|
||||
use tokio::sync::mpsc::{Receiver, Sender};
|
||||
use tracing::{info, Level};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user