This commit is contained in:
Sergey Pepyakin
2017-12-05 17:10:40 +01:00
parent ba6018957a
commit 42142f6513
5 changed files with 6 additions and 16 deletions

View File

@ -1,9 +1,8 @@
#![allow(unused, missing_docs)]
#![allow(missing_docs)]
use std::fmt;
use std::iter::repeat;
use elements::{BlockType, External, FunctionType, GlobalEntry, GlobalType, Internal, MemoryType,
Module, Opcode, ResizableLimits, TableType, Type, ValueType, InitExpr};
use elements::{BlockType, External, GlobalEntry, GlobalType, Internal, MemoryType,
Module, Opcode, ResizableLimits, TableType, ValueType, InitExpr};
use common::stack;
use self::context::ModuleContext;
use self::func::Validator;