diff options
Diffstat (limited to 'rust/src/llil')
| -rw-r--r-- | rust/src/llil/lifting.rs | 2 |
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() } } |
