Skip to content

Commit

Permalink
Misc clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
emesare committed Jan 19, 2025
1 parent b2e4cc5 commit 3f1533e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/src/low_level_il/lifting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,6 @@ where

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

0 comments on commit 3f1533e

Please sign in to comment.