Fix derive partial eq without eq
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -715,7 +715,6 @@ correctness = "warn"
|
||||
nursery = "warn"
|
||||
|
||||
## some sadness
|
||||
derive_partial_eq_without_eq = { level = "allow", priority = 1 } # TODO
|
||||
equatable_if_let = { level = "allow", priority = 1 } # TODO
|
||||
future_not_send = { level = "allow", priority = 1 } # TODO
|
||||
missing_const_for_fn = { level = "allow", priority = 1 } # TODO
|
||||
|
||||
Reference in New Issue
Block a user