fix lints

This commit is contained in:
Jean-Marie Mineau 2025-02-05 11:37:52 +01:00
parent 88ecc534a2
commit ca31c41726
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
12 changed files with 115 additions and 112 deletions

View file

@ -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),
..