Fix a missing early-return in Table::get (#1652)

Turns out this was a typo from #1016!
This commit is contained in:
Alex Crichton
2020-05-04 15:19:37 -05:00
committed by GitHub
parent d6796d0d23
commit 6ef106fee9
3 changed files with 15 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ mod linker;
mod memory_creator;
mod name;
mod stack_overflow;
mod table;
mod traps;
mod use_after_drop;
mod wast;