summaryrefslogtreecommitdiff
path: root/rust/src/low_level_il/lifting.rs
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-05-04 15:49:30 -0400
committerMason Reed <35282038+emesare@users.noreply.github.com>2025-05-12 17:45:24 -0400
commit16b6295afc4f7aee0e4aba4f2217b124524843d0 (patch)
treeb2e7478aee643b0f5902abd7a60aab856f4ea6f7 /rust/src/low_level_il/lifting.rs
parente180c955f9397849bdb1ea08f1e913ebac71ed5d (diff)
[Rust] Misc clippy lints
Diffstat (limited to 'rust/src/low_level_il/lifting.rs')
-rw-r--r--rust/src/low_level_il/lifting.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/low_level_il/lifting.rs b/rust/src/low_level_il/lifting.rs
index c40f68f2..b0f85f11 100644
--- a/rust/src/low_level_il/lifting.rs
+++ b/rust/src/low_level_il/lifting.rs
@@ -667,7 +667,7 @@ impl<'a> LiftableLowLevelILWithSize<'a>
}
}
-impl<'func, R> LowLevelILExpression<'func, Mutable, NonSSA<LiftedNonSSA>, R>
+impl<R> LowLevelILExpression<'_, Mutable, NonSSA<LiftedNonSSA>, R>
where
R: ExpressionResultType,
{