mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
fbe292e563
Check for fully qualified paths in `unnecessary_cast` Noticed this doesn't pick up `::std::primitive::u32` or the sort, now it does changelog: none