diff options
| author | Jacob Hummer <jcbhmr@outlook.com> | 2024-02-22 02:45:37 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-22 08:45:37 +0000 |
| commit | 0186ae2786e38abaae43a4da22c458fd53a61d5f (patch) | |
| tree | 94ee77086937e4b1ebee2770c03d797da8b23a15 | |
| parent | a8671962d6cfde985c49e0ca8ebc27ed4c9118cc (diff) | |
Fix renamed clippy option (#3470)
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,4 +137,4 @@ strip = true [workspace.lints.clippy] uninlined_format_args = "warn" -blocks_in_if_conditions = "allow" +blocks_in_conditions = "allow" |
