From 0837464ec4497a95f7d69c46f42ac32be08d2d1d Mon Sep 17 00:00:00 2001 From: NikVolf Date: Mon, 9 Jul 2018 12:32:38 +0300 Subject: [PATCH] change imports --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index f1dc516..ca8d421 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -36,6 +36,6 @@ mod std { pub use alloc::{vec, string, boxed, borrow}; pub mod collections { - pub use alloc::{BTreeMap, BTreeSet}; + pub use alloc::collections::{BTreeMap, BTreeSet}; } }