chore: Dont check must_use

See https://github.com/rust-lang/rust-clippy/issues/8339
This commit is contained in:
Ed Page 2024-03-28 10:38:57 -05:00
parent 2714cca7c3
commit 314eef7f5f

View file

@ -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"