mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 01:20:40 +00:00
add `rustc_diagnostic_item` attribute to `AtomicBool` type I wanted to use this in clippy and found that it didn't work. So hopefully this addition will fix it.