summaryrefslogtreecommitdiff
path: root/rust/src/low_level_il/block.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/low_level_il/block.rs')
-rw-r--r--rust/src/low_level_il/block.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/src/low_level_il/block.rs b/rust/src/low_level_il/block.rs
index 519c707e..fd3e7c81 100644
--- a/rust/src/low_level_il/block.rs
+++ b/rust/src/low_level_il/block.rs
@@ -51,7 +51,7 @@ where
}
}
-impl<'func, M, F> Debug for LowLevelILBlock<'func, M, F>
+impl<M, F> Debug for LowLevelILBlock<'_, M, F>
where
M: FunctionMutability,
F: FunctionForm,
@@ -63,7 +63,7 @@ where
}
}
-impl<'func, M, F> Clone for LowLevelILBlock<'func, M, F>
+impl<M, F> Clone for LowLevelILBlock<'_, M, F>
where
M: FunctionMutability,
F: FunctionForm,