Skip to content

Commit c28c5dc

Browse files
authored
Add pedantic clippy ruleset to project (#18)
1 parent 2029412 commit c28c5dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ members = [
66
]
77
resolver = "2"
88

9+
[lints.clippy]
10+
pedantic = "warn"
11+
912
[workspace.dependencies]
1013
alloy = { version = "1.0.30", features = ["full"] }
1114
alloy-node-bindings = "1.0.30"

0 commit comments

Comments
 (0)