File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,9 +165,6 @@ question_mark = "allow"
165165enum_variant_names = " allow"
166166# Builder pattern disagrees
167167new_ret_no_self = " allow"
168- non_canonical_clone_impl = " allow"
169- non_canonical_partial_ord_impl = " allow"
170- derived_hash_with_manual_eq = " allow"
171168
172169# # Following lints should be tackled at some point
173170bind_instead_of_map = " allow"
@@ -177,6 +174,7 @@ collapsible_if = "allow"
177174collapsible_match = " allow"
178175clone_on_copy = " allow"
179176derivable_impls = " allow"
177+ derived_hash_with_manual_eq = " allow"
180178double_parens = " allow"
181179explicit_auto_deref = " allow"
182180field_reassign_with_default = " allow"
@@ -201,6 +199,8 @@ needless_pass_by_value = "allow"
201199needless_return = " allow"
202200new_without_default = " allow"
203201nonminimal_bool = " allow"
202+ non_canonical_clone_impl = " allow"
203+ non_canonical_partial_ord_impl = " allow"
204204non_minimal_cfg = " allow"
205205only_used_in_recursion = " allow"
206206op_ref = " allow"
You can’t perform that action at this time.
0 commit comments