mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-03-15 11:10:49 +00:00
simpler imports
This commit is contained in:
parent
d695703146
commit
d8428327d5
10
src/graph.rs
10
src/graph.rs
@ -4,10 +4,12 @@
|
|||||||
|
|
||||||
use parity_wasm::elements;
|
use parity_wasm::elements;
|
||||||
use super::ref_list::{RefList, EntryRef};
|
use super::ref_list::{RefList, EntryRef};
|
||||||
use std::vec::Vec;
|
use std::{
|
||||||
use std::borrow::ToOwned;
|
vec::Vec,
|
||||||
use std::string::String;
|
borrow::ToOwned,
|
||||||
use std::collections::BTreeMap;
|
string::String,
|
||||||
|
collections::BTreeMap,
|
||||||
|
};
|
||||||
|
|
||||||
/// Imported or declared variant of the same thing.
|
/// Imported or declared variant of the same thing.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user