Wasm: clippy fixes

This commit is contained in:
Brian Carroll 2022-01-07 23:53:06 +00:00
parent a1f737d6d8
commit c89f74f7e8
2 changed files with 3 additions and 10 deletions

View file

@ -430,7 +430,7 @@ enum SubSectionId {
SymbolTable = 8,
}
fn serialize_subsection<'a, I: Serialize, T: SerialBuffer>(
fn serialize_subsection<I: Serialize, T: SerialBuffer>(
buffer: &mut T,
id: SubSectionId,
items: &[I],