rust/clippy_lints
bors befb659145 Auto merge of #12755 - 9999years:useless-attribute, r=xFrednet,GuillaumeGomez
Allow more attributes in `clippy::useless_attribute`

Fixes #12753
Fixes #4467
Fixes #11595
Fixes #10878

changelog: [`useless_attribute`]: Attributes allowed on `use` items now include `ambiguous_glob_exports`, `hidden_glob_reexports`, `dead_code`, `unused_braces`, and `clippy::disallowed_types`.
2024-05-06 20:38:51 +00:00
..
src Auto merge of #12755 - 9999years:useless-attribute, r=xFrednet,GuillaumeGomez 2024-05-06 20:38:51 +00:00
Cargo.toml Bump Clippy version -> 0.1.80 2024-05-02 14:21:19 +02:00
README.md

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