refactor: switch lints from allow(x) to expect(x)`
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ use crate::app_data::DockerControls;
|
||||
use std::fmt;
|
||||
|
||||
/// app errors to set in global state
|
||||
#[allow(unused)]
|
||||
#[expect(unused)]
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub enum AppError {
|
||||
DockerCommand(DockerControls),
|
||||
|
||||
Reference in New Issue
Block a user