mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
234df83fe3
Add a warn-by-default `unused_visibility` lint for visibility qualifiers on `const _` declarations - e.g. `pub const _: () = ();`. These have no effect.