Fix equatable if let
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
b525031a25
commit
89d7d48324
4 changed files with 13 additions and 11 deletions
|
@ -715,7 +715,6 @@ correctness = "warn"
|
|||
nursery = "warn"
|
||||
|
||||
## some sadness
|
||||
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
|
||||
needless_collect = { level = "allow", priority = 1 } # TODO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue