rust-clippy/clippy_lints
bors bde04824cc Auto merge of #11550 - blyxyas:fix-impl_trait_in_params-for_assocfn, r=dswij
`impl_trait_in_params` now supports impls and traits

Before this PR, the lint `impl_trait_in_params`. This PR gives the lint support for functions in impls and traits. (Also, some pretty heavy refactor)

fixes #11548
changelog:[`impl_trait_in_params`] now supports `impl` blocks and functions in traits
2023-10-08 21:57:56 +00:00
..
src Auto merge of #11550 - blyxyas:fix-impl_trait_in_params-for_assocfn, r=dswij 2023-10-08 21:57:56 +00:00
Cargo.toml Bump Clippy version -> 0.1.75 2023-10-06 17:32:44 +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.