From 5316f8904349d49acd0bef692386046159e98c12 Mon Sep 17 00:00:00 2001 From: Robin Salen Date: Tue, 1 Aug 2023 16:48:15 -0400 Subject: [PATCH] Clippy --- evm/src/util.rs | 1 + 1 file changed, 1 insertion(+) 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