Fix needless pass by ref mut
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
89d7d48324
commit
7688d67870
2 changed files with 5 additions and 6 deletions
|
@ -718,7 +718,6 @@ nursery = "warn"
|
|||
future_not_send = { level = "allow", priority = 1 } # TODO
|
||||
missing_const_for_fn = { level = "allow", priority = 1 } # TODO
|
||||
needless_collect = { level = "allow", priority = 1 } # TODO
|
||||
needless_pass_by_ref_mut = { level = "allow", priority = 1 } # TODO
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue