mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
Wasm: clippy fixes
This commit is contained in:
parent
a1f737d6d8
commit
c89f74f7e8
2 changed files with 3 additions and 10 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue