From 0186ae2786e38abaae43a4da22c458fd53a61d5f Mon Sep 17 00:00:00 2001 From: Jacob Hummer Date: Thu, 22 Feb 2024 02:45:37 -0600 Subject: [PATCH] Fix renamed clippy option (#3470) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e80460163..3ada8cde6 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"