Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
fix CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Jan 10, 2025
1 parent fa76ff9 commit edc89ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rpc/rpc/src/eth/helpers/trace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ where
Provider: ChainSpecProvider<ChainSpec: EthChainSpec + EthereumHardforks>,
EvmConfig: ConfigureEvm<Header = Header>,
{
#[allow(clippy::manual_async_fn)]
fn trace_block_until_with_inspector<Setup, Insp, F, R>(
&self,
block_id: BlockId,
Expand Down

0 comments on commit edc89ef

Please sign in to comment.