change imports

This commit is contained in:
NikVolf 2018-07-09 12:32:38 +03:00
parent 7366384861
commit 0837464ec4

View File

@ -36,6 +36,6 @@ mod std {
pub use alloc::{vec, string, boxed, borrow}; pub use alloc::{vec, string, boxed, borrow};
pub mod collections { pub mod collections {
pub use alloc::{BTreeMap, BTreeSet}; pub use alloc::collections::{BTreeMap, BTreeSet};
} }
} }