Fix use-self
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
c3c91e9d80
commit
eae41fc411
18 changed files with 47 additions and 48 deletions
|
@ -721,7 +721,6 @@ option_if_let_else = { level = "allow", priority = 1 } # TODO
|
|||
redundant_pub_crate = { level = "allow", priority = 1 } # TODO
|
||||
significant_drop_in_scrutinee = { level = "allow", priority = 1 } # TODO
|
||||
significant_drop_tightening = { level = "allow", priority = 1 } # TODO
|
||||
use_self = { level = "allow", priority = 1 } # TODO
|
||||
useless_let_if_seq = { level = "allow", priority = 1 } # TODO
|
||||
|
||||
###################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue