Skip to content

Commit

Permalink
lint: clipppppppy
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Dec 3, 2024
1 parent 0cdc489 commit 79b5eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ impl<Ext, Db: DatabaseRef, TrevmState> Trevm<'_, Ext, ConcurrentState<Db>, Trevm
}
}

impl<'a, Ext, Db: DatabaseRef> EvmNeedsBlock<'a, Ext, ConcurrentState<Db>> {
impl<Ext, Db: DatabaseRef> EvmNeedsBlock<'_, Ext, ConcurrentState<Db>> {
/// Finish execution and return the outputs.
///
/// ## Panics
Expand Down

0 comments on commit 79b5eea

Please sign in to comment.