rust/clippy_lints/src/attrs
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
..
allow_attributes.rs Convert two rustc_middle::lint functions to Span methods. 2025-02-02 13:57:34 +11:00
allow_attributes_without_reason.rs Convert two rustc_middle::lint functions to Span methods. 2025-02-02 13:57:34 +11:00
blanket_clippy_restriction_lints.rs Apply collapsible_if to Clippy itself 2025-03-27 14:40:44 +01:00
deprecated_cfg_attr.rs Merge commit '9f9a822509' into clippy-subtree-update 2025-02-28 23:27:09 +01:00
deprecated_semver.rs Apply collapsible_if to Clippy itself 2025-03-27 14:40:44 +01:00
duplicated_attributes.rs Move two attribute lints to be early pass (post expansion) 2024-11-04 22:47:22 +01:00
inline_always.rs Fix rustdoc and clippy 2025-02-24 14:31:19 +01:00
mixed_attributes_style.rs Merge commit '9f9a822509' into clippy-subtree-update 2025-02-28 23:27:09 +01:00
mod.rs Apply collapsible_if to Clippy itself 2025-03-27 14:40:44 +01:00
non_minimal_cfg.rs Rename NestedMetaItem to MetaItemInner 2024-10-06 23:28:30 +09:00
repr_attributes.rs Fix various typos in lint messages, descriptions and comments 2025-03-24 16:04:32 +01:00
should_panic_without_expect.rs Rename RefTokenTreeCursor. 2024-12-18 10:39:07 +11:00
unnecessary_clippy_cfg.rs Fix rustdoc and clippy 2025-02-24 14:31:19 +01:00
useless_attribute.rs Apply collapsible_if to Clippy itself 2025-03-27 14:40:44 +01:00
utils.rs Fix is_relevant_impl. 2025-03-17 08:20:56 +11:00