allow broken lint (?)
the braces are required. removing them like the suggestion says breaks everything. Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
5c225ccbe7
commit
f3df9437c2
1 changed files with 3 additions and 0 deletions
|
@ -227,6 +227,9 @@ unsafe_op_in_unsafe_fn = "warn"
|
|||
# not in rust 1.75.0 (doesn't break CI but won't check for it)
|
||||
unit_bindings = "warn"
|
||||
|
||||
# this seems to suggest broken code and is not working correctly
|
||||
unused_braces = "allow"
|
||||
|
||||
|
||||
[workspace.lints.clippy]
|
||||
# pedantic = "warn"
|
||||
|
|
Loading…
Add table
Reference in a new issue