rust/clippy_lints/src/attrs
2025-01-19 15:34:07 +01:00
..
allow_attributes.rs Move two attribute lints to be early pass (post expansion) 2024-11-04 22:47:22 +01:00
allow_attributes_without_reason.rs Move two attribute lints to be early pass (post expansion) 2024-11-04 22:47:22 +01:00
blanket_clippy_restriction_lints.rs Move two attribute lints to be early pass (post expansion) 2024-11-04 22:47:22 +01:00
deprecated_cfg_attr.rs Merge commit 'ff4a26d442' into clippy-subtree-update 2024-11-28 19:38:59 +01:00
deprecated_semver.rs Move two attribute lints to be early pass (post expansion) 2024-11-04 22:47:22 +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 Add hir::Attribute 2024-12-15 19:18:46 +01:00
mixed_attributes_style.rs Apply unnecessary_semicolon to Clippy sources 2025-01-19 15:34:07 +01:00
mod.rs Merge commit '609cd310be' into clippy-subtree-update 2024-12-26 15:15:54 +01:00
non_minimal_cfg.rs Rename NestedMetaItem to MetaItemInner 2024-10-06 23:28:30 +09:00
repr_attributes.rs Merge commit '609cd310be' into clippy-subtree-update 2024-12-26 15:15:54 +01:00
should_panic_without_expect.rs Rename RefTokenTreeCursor. 2024-12-18 10:39:07 +11:00
unnecessary_clippy_cfg.rs Merge commit '0f8eabd623' into clippyup 2024-08-24 18:33:44 -04:00
useless_attribute.rs Merge commit '609cd310be' into clippy-subtree-update 2024-12-26 15:15:54 +01:00
utils.rs turn hir::ItemKind::Fn into a named-field variant 2025-01-04 11:35:31 +01:00