Transition to Rust 2018 style imports

This commit is contained in:
Alexander Theißen
2021-05-26 14:42:53 +02:00
parent ca45220af5
commit 1b0ed1b383
19 changed files with 21 additions and 75 deletions
-2
View File
@@ -218,8 +218,6 @@ pub fn pack_instance(raw_module: Vec<u8>, mut ctor_module: elements::Module, tar
#[cfg(test)]
mod test {
extern crate parity_wasm;
use parity_wasm::builder;
use super::*;
use super::super::optimize;