diff options
| author | Michael Krasnitski <michael.krasnitski@gmail.com> | 2023-01-06 14:13:55 -0500 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2023-01-06 18:04:05 -0500 |
| commit | ad7f5293db22e23d8d50077aa99f5d7a904092fc (patch) | |
| tree | 294217bc06b0cdc3a86ebdb1132ad8cddd02d5ce /rust/src/llil | |
| parent | c97b7d878c048312257843ee585280cc07a906e7 (diff) | |
Rust API: Additional Cleanup
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() } } |
