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}; } }