mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-22 05:38:00 +00:00
simpler imports
This commit is contained in:
+6
-4
@@ -4,10 +4,12 @@
|
||||
|
||||
use parity_wasm::elements;
|
||||
use super::ref_list::{RefList, EntryRef};
|
||||
use std::vec::Vec;
|
||||
use std::borrow::ToOwned;
|
||||
use std::string::String;
|
||||
use std::collections::BTreeMap;
|
||||
use std::{
|
||||
vec::Vec,
|
||||
borrow::ToOwned,
|
||||
string::String,
|
||||
collections::BTreeMap,
|
||||
};
|
||||
|
||||
/// Imported or declared variant of the same thing.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user