diff --git a/crates/provider/src/ext/mod.rs b/crates/provider/src/ext/mod.rs index 7358fe0010e..6d7a3637e3a 100644 --- a/crates/provider/src/ext/mod.rs +++ b/crates/provider/src/ext/mod.rs @@ -47,6 +47,7 @@ pub use erc4337::Erc4337Api; #[cfg(test)] pub(crate) mod test { + #[allow(dead_code)] // dead only when all features off /// Run the given function only if we are in a CI environment. pub(crate) async fn async_ci_only(f: F) where