Fix warnings.
This commit is contained in:
parent
3cc5dd6485
commit
cf0f8b4ad6
|
@ -1,5 +1,4 @@
|
|||
use parity_wasm::elements::{BlockType, Func, FuncBody, Instruction, TableElementType, ValueType};
|
||||
use validation::context::ModuleContext;
|
||||
use parity_wasm::elements::{BlockType, Instruction};
|
||||
|
||||
use validation::func::{
|
||||
require_label, top_label, BlockFrame, FunctionValidationContext, StackValueType, StartedWith,
|
||||
|
|
Loading…
Reference in New Issue