Skip to content

Commit 3f1533e

Browse files
committed
Misc clippy lints
1 parent b2e4cc5 commit 3f1533e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/src/low_level_il/lifting.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1576,7 +1576,6 @@ where
15761576

15771577
// Only need to update the label if there is an associated address.
15781578
if let Some(loc) = label.location {
1579-
let loc: Location = loc.into();
15801579
let arch = loc.arch.unwrap_or_else(|| *self.arch().as_ref());
15811580
// Add the label into the label map
15821581
unsafe { BNAddLowLevelILLabelForAddress(self.handle, arch.handle, loc.addr) };

0 commit comments

Comments
 (0)