Fix broken build on no_std

This commit is contained in:
Lachlan Sneff
2018-07-12 22:17:25 -04:00
committed by Dan Gohman
parent 262689908e
commit 202e45c213
2 changed files with 2 additions and 2 deletions

View File

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