Fix equatable if let

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-06-09 05:25:51 +00:00
parent b525031a25
commit 89d7d48324
4 changed files with 13 additions and 11 deletions

View file

@ -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