rust/clippy_lints
bors 5ef3cc8ca1 Auto merge of #10197 - blyxyas:impl_trait_param, r=Jarcho
Add `impl_trait_in_params` lint

As this is a lint about style, and using `impl Trait` is purely cosmetical (even with downsides), a lot of unrelated files needed to allow this lint.

---

Resolves #10030

changelog: New lint: [`impl_trait_in_params`]
[10197](https://github.com/rust-lang/rust-clippy/pull/10197)
<!-- changelog_checked -->
2023-02-21 03:02:48 +00:00
..
src Auto merge of #10197 - blyxyas:impl_trait_param, r=Jarcho 2023-02-21 03:02:48 +00:00
Cargo.toml update some dependencies 2023-01-31 23:31:12 +01:00
README.md

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