rust/clippy_lints/src/attrs
llogiq 62ba9969a4
Fix clippy::version of elidable_lifetime_names to 1.87 (#14654)
relates to rust-lang/rust-clippy#14653

changelog: [`elidable_lifetime_names`]: Fix clippy version that this
lint was introduced in.

It might be good to have some automation to check that the version is
correct.
IIUC the version should be the current nightly version at the time a PR
is merged.
If a release happens while a PR is open, the version needs to be bumped
- this is easy to forget.
2025-05-12 15:53:05 +00: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 Replace some Symbol::as_str usage 2025-04-25 01:03:03 +00:00
deprecated_cfg_attr.rs Replace some Symbol::as_str usage 2025-04-25 01:03:03 +00:00
deprecated_semver.rs Replace some Symbol::as_str usage 2025-04-25 01:03:03 +00:00
duplicated_attributes.rs Merge remote-tracking branch 'upstream/master' into rustup 2025-04-03 21:31:02 +02: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 Fix a few more clippy::versions 2025-04-27 19:12:40 +02: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 Replace Symbol::as_str usage in match expressions 2025-05-07 13:52:11 +00:00
utils.rs Fix is_relevant_impl. 2025-03-17 08:20:56 +11:00