mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
5ef3cc8ca1
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 -->