mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
befb659145
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`.