rust/clippy_lints
bors 00ff8c92d3 Auto merge of #12354 - GuillaumeGomez:mixed_attributes_style, r=llogiq
Add new `mixed_attributes_style` lint

Add a new lint to detect cases where both inner and outer attributes are used on a same item.

r? `@llogiq`

----

changelog: Add new [`mixed_attributes_style`] lint
2024-02-29 11:44:51 +00:00
..
src Auto merge of #12354 - GuillaumeGomez:mixed_attributes_style, r=llogiq 2024-02-29 11:44:51 +00:00
Cargo.toml bump itertools to 0.12 2024-02-25 13:14:07 +03:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.