mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
6a5663ed82
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.