really, clippy?!?
This commit is contained in:
parent
d61e55a1d4
commit
889c073aa6
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@
|
|||
clippy::useless_format,
|
||||
clippy::derive_partial_eq_without_eq,
|
||||
clippy::derive_hash_xor_eq,
|
||||
clippy::too_many_arguments
|
||||
clippy::too_many_arguments,
|
||||
clippy::type_complexity
|
||||
)]
|
||||
#![warn(
|
||||
rust_2018_idioms,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue