From ad7f5293db22e23d8d50077aa99f5d7a904092fc Mon Sep 17 00:00:00 2001 From: Michael Krasnitski Date: Fri, 6 Jan 2023 14:13:55 -0500 Subject: Rust API: Additional Cleanup --- rust/src/llil/lifting.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/llil') diff --git a/rust/src/llil/lifting.rs b/rust/src/llil/lifting.rs index bd87b9bc..1f019c85 100644 --- a/rust/src/llil/lifting.rs +++ b/rust/src/llil/lifting.rs @@ -1403,6 +1403,6 @@ impl Label { impl Default for Label { fn default() -> Self { - Label::new() + Self::new() } } -- cgit v1.3.1