enable impl_trait_in_params lint

See also <https://github.com/rust-lang/rust-clippy/issues/12792>.
This commit is contained in:
Charles Hall 2024-05-12 17:18:29 -07:00
parent 52c2893073
commit 2ded335adb
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
2 changed files with 10 additions and 4 deletions

View file

@ -31,6 +31,7 @@ float_cmp_const = "warn"
format_push_string = "warn"
get_unwrap = "warn"
if_then_some_else_none = "warn"
impl_trait_in_params = "warn"
lossy_float_literal = "warn"
mem_forget = "warn"
mod_module_files = "warn"