Removed unused prelude

This commit is contained in:
Lachlan Sneff
2018-01-15 19:11:52 -05:00
committed by Dan Gohman
parent ddfa88c8ba
commit 4cdbf2f56e

View File

@@ -65,9 +65,6 @@ mod std {
pub use core::*;
#[macro_use]
pub use alloc::{boxed, vec, string};
pub mod prelude {
pub use core::prelude as v1;
}
pub mod collections {
pub use hashmap_core::{HashMap, HashSet};
pub use hashmap_core::map as hash_map;