Skip to content

Commit 314eef7

Browse files
committed
chore: Dont check must_use
See rust-lang/rust-clippy#8339
1 parent 2714cca commit 314eef7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ rc_mutex = "warn"
8181
redundant_feature_names = "warn"
8282
ref_option_ref = "warn"
8383
rest_pat_in_fully_bound_structs = "warn"
84-
return_self_not_must_use = "warn"
8584
same_functions_in_if_condition = "warn"
8685
self_named_module_files = "warn"
8786
semicolon_if_nothing_returned = "warn"

0 commit comments

Comments
 (0)