mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05: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"
|
||||
ref_option_ref = "warn"
|
||||
rest_pat_in_fully_bound_structs = "warn"
|
||||
return_self_not_must_use = "warn"
|
||||
same_functions_in_if_condition = "warn"
|
||||
self_named_module_files = "warn"
|
||||
semicolon_if_nothing_returned = "warn"
|
||||
|
|
Loading…
Reference in a new issue