rust-clippy/clippy_lints
Ariel Uy 58cd01c2fc Add new lint mismatching_type_param_order
Add new lint for checking if type parameters are consistent between type
definitions and impl blocks.
2022-06-03 00:04:55 -07:00
..
src Add new lint mismatching_type_param_order 2022-06-03 00:04:55 -07:00
Cargo.toml Update clippy version 0.1.62 -> 0.1.63 2022-05-20 21:12:41 +02: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.