Fix needless pass by ref mut
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user