mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-21 10:41:54 +00:00
Clean
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user