mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
23b9f46fff
This adds a couple of more diagnostic items to be used in Clippy. I chose these particular ones because they were the types which we seem to check for the most in Clippy. I'm not sure if the `cfg_attr(not(test))` is needed, but it was also used for `Vec` and a few other types.