simpler imports

This commit is contained in:
NikVolf 2019-01-24 15:18:16 +03:00
parent d695703146
commit d8428327d5

View File

@ -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.
/// ///