rust-clippy/clippy_lints
bors 880ff2497d Auto merge of #8596 - Jaic1:unnecessary_cast, r=flip1995
Fix unnecessary_cast suggestion for type aliasses

Fix #6923. The [`unnecessary_cast`] lint now will skip casting to non-primitive type.

changelog: fix lint [`unnecessary_cast `]
2022-04-06 08:27:03 +00:00
..
src Auto merge of #8596 - Jaic1:unnecessary_cast, r=flip1995 2022-04-06 08:27:03 +00:00
Cargo.toml Update itertools 2022-03-04 11:54:28 -06:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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