Fix warnings

This commit is contained in:
Sergey Pepyakin
2017-12-16 19:11:07 +03:00
parent 6e2eea2fd2
commit 2d2645b7ac
4 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@
extern crate parity_wasm;
use std::env::args;
use parity_wasm::interpreter::{ModuleInstance, Imports};
use parity_wasm::interpreter::ModuleInstance;
fn main() {
let args: Vec<_> = args().collect();