mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
24f797ed84
Add diagnostic items for Clippy Clippy still uses some paths to access items from the standard library. Adding the missing diagnostic items allows removing the last remaining paths. Closes rust-lang/rust-clippy#5393