diff --git a/src/checks.rs b/src/checks.rs index 8a7ed58833..ee9717e0d3 100644 --- a/src/checks.rs +++ b/src/checks.rs @@ -1202,7 +1202,8 @@ impl CheckKind { pub fn fixable(&self) -> bool { matches!( self, - |CheckKind::BlankLineAfterLastSection(_)| CheckKind::BlankLineAfterSection(_) + CheckKind::BlankLineAfterLastSection(_) + | CheckKind::BlankLineAfterSection(_) | CheckKind::DeprecatedUnittestAlias(_, _) | CheckKind::DoNotAssertFalse | CheckKind::DuplicateHandlerException(_)