diff --git a/src/checks/mod.rs b/src/checks/mod.rs index f29a3e4..f116261 100644 --- a/src/checks/mod.rs +++ b/src/checks/mod.rs @@ -136,6 +136,7 @@ pub trait Checkable { fn check(&self) -> Vec; } +#[allow(unused)] pub trait Fixable { fn fix(&mut self) -> bool; }