From 9660f7cca56f4b5d8f4381bbe0d89382460469d2 Mon Sep 17 00:00:00 2001 From: Nisheeth Barthwal Date: Thu, 19 Dec 2024 17:34:17 +0100 Subject: [PATCH] clippy --- crates/cheatcodes/src/strategy.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/cheatcodes/src/strategy.rs b/crates/cheatcodes/src/strategy.rs index 6a07dc2b1..91154b660 100644 --- a/crates/cheatcodes/src/strategy.rs +++ b/crates/cheatcodes/src/strategy.rs @@ -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 {