Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Dec 19, 2024
1 parent d757f7a commit 9660f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cheatcodes/src/strategy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ pub trait CheatcodeInspectorStrategyExt {

fn zksync_set_deployer_call_input(&mut self, _call: &mut CallInputs) {}

fn zksync_try_create<'c>(
fn zksync_try_create(
&mut self,
_state: &mut Cheatcodes,
_ecx: Ecx<'_, '_, 'c>,
_ecx: Ecx<'_, '_, '_>,
_input: &dyn CommonCreateInput,
_executor: &mut dyn CheatcodesExecutor,
) -> Option<CreateOutcome> {
Expand Down

0 comments on commit 9660f7c

Please sign in to comment.