Fix broken build on no_std
This commit is contained in:
committed by
Dan Gohman
parent
262689908e
commit
202e45c213
@@ -119,6 +119,6 @@ mod std {
|
||||
|
||||
pub use self::hashmap_core::map as hash_map;
|
||||
pub use self::hashmap_core::{HashMap, HashSet};
|
||||
pub use alloc::BTreeSet;
|
||||
pub use alloc::collections::BTreeSet;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user