chore: make clippy happy (#8068)

This commit is contained in:
Roman Krasiuk
2024-05-03 12:18:41 +02:00
committed by GitHub
parent a590ed7ce5
commit aef1bcc435
34 changed files with 54 additions and 53 deletions

View File

@ -338,7 +338,7 @@ impl StorageInner {
///
/// This returns the poststate from execution and post-block changes, as well as the gas used.
pub(crate) fn execute<EvmConfig>(
&mut self,
&self,
block: &BlockWithSenders,
executor: &mut EVMProcessor<'_, EvmConfig>,
) -> Result<(BundleStateWithReceipts, u64), BlockExecutionError>