Remove leading 'or' from fixable match
This commit is contained in:
@@ -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(_)
|
||||
|
||||
Reference in New Issue
Block a user