Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gzanitti committed Dec 23, 2023
1 parent 5f9c552 commit d9b193f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etk-asm/src/asm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ impl Assembler {
self.concrete_len += op.size().unwrap();
}

self.undeclared_labels.extend(labels.into_iter());
self.undeclared_labels.extend(labels);
self.ready.push(rop.clone());
}
Err(ops::Error::ContextIncomplete {
Expand Down

0 comments on commit d9b193f

Please sign in to comment.