diff options
| author | Mason Reed <mason@vector35.com> | 2025-01-31 16:15:14 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-01-31 16:17:30 -0500 |
| commit | b63319bba9d95d41dae9e20a2035318628bef67f (patch) | |
| tree | 9ae97907aa3f30aebb8654dcec9ab68472f7fbfc /rust/src/low_level_il | |
| parent | 18dde29a06847598d97a5166e3badb14a779c001 (diff) | |
Fix misc clippy lints
Diffstat (limited to 'rust/src/low_level_il')
| -rw-r--r-- | rust/src/low_level_il/operation.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<A, M, F> Operation<'_, A, M, F, RegStackPop> where A: Architecture, M: FunctionMutability, |
