Skip to content

Commit

Permalink
add clippy lints and thiserror
Browse files Browse the repository at this point in the history
  • Loading branch information
LeanSerra committed Nov 26, 2024
1 parent 941320b commit 99c5fef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/l2/contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ spinoff = "0.8.0"
colored = "2.1.0"
lazy_static = "1.5.0"
tracing.workspace = true
thiserror.workspace = true

ethrex-l2 = { path = "../../l2" }
ethrex-core = { path = "../../common" }

[[bin]]
name = "ethrex_l2_l1_deployer"
path = "./deployer.rs"

[lints.clippy]
unwrap_used = "deny"

0 comments on commit 99c5fef

Please sign in to comment.