rust/clippy_lints
bors fbe292e563 Auto merge of #10971 - Centri3:unnecessary_cast_fully_qual_fix, r=dswij
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
2023-07-20 08:30:19 +00:00
..
src Auto merge of #10971 - Centri3:unnecessary_cast_fully_qual_fix, r=dswij 2023-07-20 08:30:19 +00:00
Cargo.toml Bump Clippy version -> 0.1.73 2023-07-14 13:36:23 +02:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.