Skip to content

Commit ccdec15

Browse files
committed
Allow dead code for now
1 parent 01d4028 commit ccdec15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • crates/charon/src/eth1wrap

crates/charon/src/eth1wrap/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ impl std::ops::Deref for EthClient {
4747
}
4848
}
4949

50+
#[allow(dead_code)] // TODO: Remove when used
5051
impl EthClient {
5152
async fn new(address: impl AsRef<str>) -> Result<EthClient> {
5253
// The maximum number of retries for rate limit errors

0 commit comments

Comments
 (0)