diff --git a/evm/src/util.rs b/evm/src/util.rs index d39ea83d..7c1ae12e 100644 --- a/evm/src/util.rs +++ b/evm/src/util.rs @@ -73,6 +73,7 @@ pub(crate) fn h256_limbs(h256: H256) -> [F; 8] { .unwrap() } +#[allow(unused)] /// Returns the 32-bit limbs of a `U160`. pub(crate) fn h160_limbs(h160: H160) -> [F; 5] { h160.0