about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-04-10 13:46:17 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-04-14 10:14:19 -0700
commit9cd8a5a45bda26e632fc0dadb41a5a3b165a2840 (patch)
tree12cf43f98f4c651f21dbd6183cc6b7e269f21901 /src/libstd
parent33fb5bb004613a0da01c2be272480c06fb82d6dc (diff)
downloadrust-9cd8a5a45bda26e632fc0dadb41a5a3b165a2840.tar.gz
rust-9cd8a5a45bda26e632fc0dadb41a5a3b165a2840.zip
std: Remove AsSlice/Str from the prelude
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/prelude/v1.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/prelude/v1.rs b/src/libstd/prelude/v1.rs
index 84a45086767..c93fc13284b 100644
--- a/src/libstd/prelude/v1.rs
+++ b/src/libstd/prelude/v1.rs
@@ -47,6 +47,3 @@
 #[doc(no_inline)] pub use string::{String, ToString};
 #[stable(feature = "rust1", since = "1.0.0")]
 #[doc(no_inline)] pub use vec::Vec;
-
-#[allow(deprecated)] pub use slice::AsSlice;
-#[allow(deprecated)] pub use str::Str;