Removed unused prelude
This commit is contained in:
committed by
Dan Gohman
parent
ddfa88c8ba
commit
4cdbf2f56e
@@ -65,9 +65,6 @@ mod std {
|
|||||||
pub use core::*;
|
pub use core::*;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
pub use alloc::{boxed, vec, string};
|
pub use alloc::{boxed, vec, string};
|
||||||
pub mod prelude {
|
|
||||||
pub use core::prelude as v1;
|
|
||||||
}
|
|
||||||
pub mod collections {
|
pub mod collections {
|
||||||
pub use hashmap_core::{HashMap, HashSet};
|
pub use hashmap_core::{HashMap, HashSet};
|
||||||
pub use hashmap_core::map as hash_map;
|
pub use hashmap_core::map as hash_map;
|
||||||
|
|||||||
Reference in New Issue
Block a user