Skip to content

Commit cd975cd

Browse files
Update crates/astria-bridge-contracts/src/lib.rs
Co-authored-by: Richard Janis Goldschmidt <github@aberrat.io>
1 parent a1a05a1 commit cd975cd

File tree

1 file changed

+1
-1
lines changed
  • crates/astria-bridge-contracts/src

1 file changed

+1
-1
lines changed

crates/astria-bridge-contracts/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ use ethers::{
3232
Log,
3333
H256,
3434
},
35-
utils::hex::ToHexExt,
35+
utils::hex::ToHexExt as _,
3636
};
3737
pub use generated::*;
3838

0 commit comments

Comments
 (0)