rust/clippy_lints/src/misc_early
Samuel Tardieu 79c69112dc Apply collapsible_if to Clippy itself
Since Clippy uses the `let_chains` feature, there are many occasions to
collapse `if` and `if let` statements.
2025-03-27 14:40:44 +01:00
..
builtin_type_shadow.rs Apply collapsible_if to Clippy itself 2025-03-27 14:40:44 +01:00
literal_suffix.rs Merge commit 'cb806113e0' into clippy-subtree-update 2024-08-08 19:13:50 +02:00
mixed_case_hex_literals.rs better help for mixed_case_hex_literals 2025-03-04 17:43:14 +09:00
mod.rs Convert two rustc_middle::lint functions to Span methods. 2025-02-02 13:57:34 +11:00
redundant_at_rest_pattern.rs Convert two rustc_middle::lint functions to Span methods. 2025-02-02 13:57:34 +11:00
redundant_pattern.rs Apply collapsible_if to Clippy itself 2025-03-27 14:40:44 +01:00
unneeded_field_pattern.rs Merge commit '0f8eabd623' into clippyup 2024-08-24 18:33:44 -04:00
unneeded_wildcard_pattern.rs Apply collapsible_if to Clippy itself 2025-03-27 14:40:44 +01:00
zero_prefixed_literal.rs Merge commit '3e5a02b13b' into clippy-subtree-update 2024-06-13 12:30:48 +02:00