From b63319bba9d95d41dae9e20a2035318628bef67f Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 31 Jan 2025 16:15:14 -0500 Subject: Fix misc clippy lints --- rust/src/low_level_il/operation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/low_level_il') diff --git a/rust/src/low_level_il/operation.rs b/rust/src/low_level_il/operation.rs index 46d99a97..f3c075ad 100644 --- a/rust/src/low_level_il/operation.rs +++ b/rust/src/low_level_il/operation.rs @@ -585,7 +585,7 @@ where // LLIL_REG_STACK_POP pub struct RegStackPop; -impl<'func, A, M, F> Operation<'func, A, M, F, RegStackPop> +impl Operation<'_, A, M, F, RegStackPop> where A: Architecture, M: FunctionMutability, -- cgit v1.3.1