summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Hummer <jcbhmr@outlook.com>2024-02-22 02:45:37 -0600
committerGitHub <noreply@github.com>2024-02-22 08:45:37 +0000
commit0186ae2786e38abaae43a4da22c458fd53a61d5f (patch)
tree94ee77086937e4b1ebee2770c03d797da8b23a15
parenta8671962d6cfde985c49e0ca8ebc27ed4c9118cc (diff)
Fix renamed clippy option (#3470)
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e8046016..3ada8cde 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -137,4 +137,4 @@ strip = true
[workspace.lints.clippy]
uninlined_format_args = "warn"
-blocks_in_if_conditions = "allow"
+blocks_in_conditions = "allow"