rust/clippy_lints
Ahmed Karaman 2f327aaba5
Disable "if_not_else" lints firing on else-ifs
1. Convert IfNotElse to LateLintPass and use clippy_utils::is_else_clause for checking.
2. Handle the case where the span comes from desugaring.
3. Update tests.
2021-10-29 22:07:05 +02:00
..
src Disable "if_not_else" lints firing on else-ifs 2021-10-29 22:07:05 +02:00
Cargo.toml Bump Clippy Version -> 0.1.58 2021-10-21 12:19:32 +02:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.