refactor: dead code removed

This commit is contained in:
Jack Wills
2024-12-05 17:48:24 +00:00
parent 9c4f891038
commit caf23be4a7
2 changed files with 9 additions and 7 deletions
-1
View File
@@ -2,7 +2,6 @@ use crate::app_data::DockerCommand;
use std::fmt;
/// app errors to set in global state
// #[allow(unused)]
#[derive(Debug, Clone, Copy)]
pub enum AppError {
DockerCommand(DockerCommand),