implement lint double_negations

This commit is contained in:
Kalle Wachsmuth
2024-09-01 19:22:35 +02:00
parent 9e316f3472
commit c1dcbebd0b
8 changed files with 159 additions and 16 deletions

View File

@@ -181,6 +181,7 @@ early_lint_methods!(
UnusedDocComment: UnusedDocComment,
Expr2024: Expr2024,
Precedence: Precedence,
DoubleNegations: DoubleNegations,
]
]
);