File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,9 +165,6 @@ question_mark = "allow"
165
165
enum_variant_names = " allow"
166
166
# Builder pattern disagrees
167
167
new_ret_no_self = " allow"
168
- non_canonical_clone_impl = " allow"
169
- non_canonical_partial_ord_impl = " allow"
170
- derived_hash_with_manual_eq = " allow"
171
168
172
169
# # Following lints should be tackled at some point
173
170
bind_instead_of_map = " allow"
@@ -177,6 +174,7 @@ collapsible_if = "allow"
177
174
collapsible_match = " allow"
178
175
clone_on_copy = " allow"
179
176
derivable_impls = " allow"
177
+ derived_hash_with_manual_eq = " allow"
180
178
double_parens = " allow"
181
179
explicit_auto_deref = " allow"
182
180
field_reassign_with_default = " allow"
@@ -201,6 +199,8 @@ needless_pass_by_value = "allow"
201
199
needless_return = " allow"
202
200
new_without_default = " allow"
203
201
nonminimal_bool = " allow"
202
+ non_canonical_clone_impl = " allow"
203
+ non_canonical_partial_ord_impl = " allow"
204
204
non_minimal_cfg = " allow"
205
205
only_used_in_recursion = " allow"
206
206
op_ref = " allow"
You can’t perform that action at this time.
0 commit comments