Skip to content
Snippets Groups Projects
Commit f3df9437 authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

allow broken lint (?)


the braces are required. removing them like
the suggestion says breaks everything.

Signed-off-by: default avatarstrawberry <strawberry@puppygock.gay>
parent 5c225ccb
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment