mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-29 06:47:58 +00:00
Transition to Rust 2018 style imports
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
use crate::std::vec::Vec;
|
||||
|
||||
use log::trace;
|
||||
use parity_wasm::elements::{self, BlockType, Type};
|
||||
use super::{resolve_func_type, Error};
|
||||
|
||||
@@ -428,7 +429,6 @@ pub(crate) fn compute(func_idx: u32, module: &elements::Module) -> Result<u32, E
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
extern crate wabt;
|
||||
use parity_wasm::elements;
|
||||
use super::*;
|
||||
|
||||
|
||||
@@ -374,7 +374,6 @@ fn resolve_func_type(
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
extern crate wabt;
|
||||
use parity_wasm::elements;
|
||||
use super::*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user