mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-24 01:52:27 +00:00
Suppress clippy too_many_arguments lint
This commit is contained in:
parent
16e2620fe5
commit
edff9c0d50
@ -52,6 +52,7 @@
|
||||
clippy::new_without_default,
|
||||
clippy::nonminimal_bool,
|
||||
clippy::or_fun_call,
|
||||
clippy::too_many_arguments,
|
||||
clippy::toplevel_ref_arg
|
||||
)]
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
clippy::new_without_default,
|
||||
clippy::nonminimal_bool,
|
||||
clippy::or_fun_call,
|
||||
clippy::too_many_arguments,
|
||||
clippy::toplevel_ref_arg
|
||||
)]
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
clippy::new_without_default,
|
||||
clippy::nonminimal_bool,
|
||||
clippy::or_fun_call,
|
||||
clippy::too_many_arguments,
|
||||
clippy::toplevel_ref_arg
|
||||
)]
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
clippy::nonminimal_bool,
|
||||
clippy::or_fun_call,
|
||||
clippy::single_match,
|
||||
clippy::too_many_arguments,
|
||||
clippy::toplevel_ref_arg,
|
||||
clippy::useless_let_if_seq
|
||||
)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user