Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Feb 28, 2024
1 parent 720ed9c commit 0700df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/functions/local_function/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1347,6 +1347,6 @@ fn append_instruction<'context>(
Operator::I16x8DotI8x16I7x16S => todo!(),
Operator::I32x4DotI8x16I7x16AddS => todo!(),
Operator::F32x4RelaxedDotBf16x8AddF32x4 => todo!(),
Operator::MemoryDiscard { mem } => todo!(),
Operator::MemoryDiscard { mem: _ } => todo!(),
}
}

0 comments on commit 0700df9

Please sign in to comment.