rust-clippy/clippy_lints
bors 9a253fa68e Auto merge of #12269 - y21:implied_bounds_in_impls_refactor, r=xFrednet
Refactor `implied_bounds_in_impls` lint

Some refactors in `implied_bounds_in_impls` that I wanted to make while working on something else in that file, but I found them "large" enough that I didn't want them in the same PR and instead wanted them reviewed separately (since itd just be distracting).

This just splits up the two phases of "collect all the supertraits from each of the `impl Trait` bounds" and "find those `impl Trait` bounds that are mentioned in one of the previously-collected supertraits" into separate functions. Before, this was all in a single function.

Reviewing it commit by commit might make it easier. I can squash it down later.

changelog: none
2024-02-11 17:41:39 +00:00
..
src Auto merge of #12269 - y21:implied_bounds_in_impls_refactor, r=xFrednet 2024-02-11 17:41:39 +00:00
Cargo.toml Bump Clippy version -> 0.1.78 2024-02-08 19:13:40 +01:00
README.md

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