Allow clippy::toplevel-ref-arg.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
7a4d07fd3b
commit
5b0dfaeef6
1 changed files with 1 additions and 0 deletions
|
|
@ -982,6 +982,7 @@ assertions_on_constants = { level = "allow", priority = 1 }
|
|||
module_inception = { level = "allow", priority = 1 }
|
||||
obfuscated_if_else = { level = "allow", priority = 1 }
|
||||
collapsible_if = { level = "allow", priority = 1 } # TODO stable v. nightly 05-21-25
|
||||
toplevel-ref-arg = { level = "allow", priority = 1 }
|
||||
|
||||
###################
|
||||
suspicious = { level = "warn", priority = -1 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue