Fix warnings.

This commit is contained in:
Sergey Pepyakin 2019-04-15 17:34:56 +02:00
parent 3cc5dd6485
commit cf0f8b4ad6
1 changed files with 1 additions and 2 deletions

View File

@ -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,