Skip to content

Commit

Permalink
lint: allow dead
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Sep 30, 2024
1 parent 67f2457 commit 848965e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/provider/src/ext/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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, Fut>(f: F)
where
Expand Down

0 comments on commit 848965e

Please sign in to comment.