Skip to content

Commit 35cee49

Browse files
committed
fix: clippy
1 parent 3e7e89e commit 35cee49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/alloy-rs/alloy-fork-db"
1010

1111
[lints]
1212
rust.unused_must_use = "deny"
13-
rust.rust_2018_idioms = "deny"
13+
rust.rust_2018_idioms = { level = "deny", priority = -1 }
1414
rustdoc.all = "warn"
1515

1616
[lints.clippy]

0 commit comments

Comments
 (0)