rust/clippy_lints/src/attrs
Nicholas Nethercote 1cb4dcafd1 Rename RefTokenTreeCursor.
Because `TokenStreamIter` is a much better name for a `TokenStream`
iterator. Also rename the `TokenStream::trees` method as
`TokenStream::iter`, and some local variables.
2024-12-18 10:39:07 +11: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 Move two attribute lints to be early pass (post expansion) 2024-11-04 22:47:22 +01:00
mod.rs Merge commit 'ff4a26d442' into clippy-subtree-update 2024-11-28 19:38:59 +01:00
non_minimal_cfg.rs Rename NestedMetaItem to MetaItemInner 2024-10-06 23:28:30 +09: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 '786fbd6d68' into clippy-subtree-update 2024-11-14 19:35:26 +01:00
utils.rs Merge commit '786fbd6d68' into clippy-subtree-update 2024-11-14 19:35:26 +01:00