fix lints
This commit is contained in:
parent
88ecc534a2
commit
ca31c41726
12 changed files with 115 additions and 112 deletions
|
|
@ -100,8 +100,8 @@ impl CodeItem {
|
|||
addresses.push(try_.start_addr);
|
||||
addresses.push(try_.start_addr + try_.insn_count as u32);
|
||||
}
|
||||
for handler in &self.handlers {
|
||||
for catch in &handler.list {
|
||||
if let Some(handlers) = &self.handlers {
|
||||
for catch in &handlers.list {
|
||||
for EncodedTypeAddrPair {
|
||||
addr: Uleb128(addr),
|
||||
..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue