mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 00:01:24 +01:00
enable impl_trait_in_params lint
See also <https://github.com/rust-lang/rust-clippy/issues/12792>.
This commit is contained in:
parent
52c2893073
commit
2ded335adb
2 changed files with 10 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue