summaryrefslogtreecommitdiff
path: root/rust/src/llil
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/llil')
-rw-r--r--rust/src/llil/lifting.rs2
1 files changed, 1 insertions, 1 deletions
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()
}
}