Skip to content

Commit 1fdf306

Browse files
committed
Move some lints to temporary list
1 parent 3041164 commit 1fdf306

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@ question_mark = "allow"
165165
enum_variant_names = "allow"
166166
# Builder pattern disagrees
167167
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"
171168

172169
## Following lints should be tackled at some point
173170
bind_instead_of_map = "allow"
@@ -177,6 +174,7 @@ collapsible_if = "allow"
177174
collapsible_match = "allow"
178175
clone_on_copy = "allow"
179176
derivable_impls = "allow"
177+
derived_hash_with_manual_eq = "allow"
180178
double_parens = "allow"
181179
explicit_auto_deref = "allow"
182180
field_reassign_with_default = "allow"
@@ -201,6 +199,8 @@ needless_pass_by_value = "allow"
201199
needless_return = "allow"
202200
new_without_default = "allow"
203201
nonminimal_bool = "allow"
202+
non_canonical_clone_impl = "allow"
203+
non_canonical_partial_ord_impl = "allow"
204204
non_minimal_cfg = "allow"
205205
only_used_in_recursion = "allow"
206206
op_ref = "allow"

0 commit comments

Comments
 (0)