From 4cdbf2f56e134a52cd6be3fceff8d283547cbcdb Mon Sep 17 00:00:00 2001 From: Lachlan Sneff Date: Mon, 15 Jan 2018 19:11:52 -0500 Subject: [PATCH] Removed unused prelude --- lib/cretonne/src/lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/cretonne/src/lib.rs b/lib/cretonne/src/lib.rs index 22914cc17b..8302095998 100644 --- a/lib/cretonne/src/lib.rs +++ b/lib/cretonne/src/lib.rs @@ -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;