mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-24 20:21:59 +00:00
Fix warnings
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user