mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 22:02:35 +00:00
chore: Dont check must_use
See https://github.com/rust-lang/rust-clippy/issues/8339
This commit is contained in:
parent
2714cca7c3
commit
314eef7f5f
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ rc_mutex = "warn"
|
||||||
redundant_feature_names = "warn"
|
redundant_feature_names = "warn"
|
||||||
ref_option_ref = "warn"
|
ref_option_ref = "warn"
|
||||||
rest_pat_in_fully_bound_structs = "warn"
|
rest_pat_in_fully_bound_structs = "warn"
|
||||||
return_self_not_must_use = "warn"
|
|
||||||
same_functions_in_if_condition = "warn"
|
same_functions_in_if_condition = "warn"
|
||||||
self_named_module_files = "warn"
|
self_named_module_files = "warn"
|
||||||
semicolon_if_nothing_returned = "warn"
|
semicolon_if_nothing_returned = "warn"
|
||||||
|
|
Loading…
Reference in a new issue