Fix renamed clippy option (#3470)

This commit is contained in:
Jacob Hummer 2024-02-22 02:45:37 -06:00 committed by GitHub
parent a8671962d6
commit 0186ae2786
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,4 +137,4 @@ strip = true
[workspace.lints.clippy]
uninlined_format_args = "warn"
blocks_in_if_conditions = "allow"
blocks_in_conditions = "allow"