From 16b6295afc4f7aee0e4aba4f2217b124524843d0 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sun, 4 May 2025 15:49:30 -0400 Subject: [Rust] Misc clippy lints --- rust/src/low_level_il/lifting.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/low_level_il/lifting.rs') 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, R> +impl LowLevelILExpression<'_, Mutable, NonSSA, R> where R: ExpressionResultType, { -- cgit v1.3.1