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/instruction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/low_level_il/instruction.rs') diff --git a/rust/src/low_level_il/instruction.rs b/rust/src/low_level_il/instruction.rs index a1253df5..ded9c6f3 100644 --- a/rust/src/low_level_il/instruction.rs +++ b/rust/src/low_level_il/instruction.rs @@ -100,7 +100,7 @@ where } } -impl<'func, M, F> Debug for LowLevelILInstruction<'func, M, F> +impl Debug for LowLevelILInstruction<'_, M, F> where M: FunctionMutability, F: FunctionForm, -- cgit v1.3.1