diff options
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, |
