Skip to content

Commit dfb30cc

Browse files
committed
Fix linter
1 parent 68b17fc commit dfb30cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/l2/tests/state_reconstruct.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#![allow(clippy::panic)]
22
#![allow(clippy::unwrap_used)]
33
#![allow(clippy::expect_used)]
4+
#![allow(clippy::as_conversions)]
45

56
use ethrex_common::{Address, U256};
67
use ethrex_l2_sdk::get_address_from_secret_key;

0 commit comments

Comments
 (0)