From 35cee497e69488482354268fc0e7bc5319727761 Mon Sep 17 00:00:00 2001 From: Arsenii Kulikov Date: Tue, 2 Jul 2024 08:54:55 +0300 Subject: [PATCH] fix: clippy --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0eb816..8fee2b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/alloy-rs/alloy-fork-db" [lints] rust.unused_must_use = "deny" -rust.rust_2018_idioms = "deny" +rust.rust_2018_idioms = { level = "deny", priority = -1 } rustdoc.all = "warn" [lints.clippy]