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