Skip to content
Snippets Groups Projects
Verified Commit eccf8447 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix path to BTreeMap on nightly

parent f4b19fb1
No related branches found
No related tags found
No related merge requests found
Pipeline #1680 failed
...@@ -13,7 +13,7 @@ mod std { ...@@ -13,7 +13,7 @@ mod std {
pub use core::*; pub use core::*;
pub mod collections { pub mod collections {
pub use alloc::btree_map::BTreeMap as HashMap; pub use alloc::collections::BTreeMap as HashMap;
} }
pub mod prelude { pub mod prelude {
pub use alloc::borrow::ToOwned; pub use alloc::borrow::ToOwned;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment