diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-04-10 13:46:17 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-04-14 10:14:19 -0700 |
| commit | 9cd8a5a45bda26e632fc0dadb41a5a3b165a2840 (patch) | |
| tree | 12cf43f98f4c651f21dbd6183cc6b7e269f21901 /src/libstd | |
| parent | 33fb5bb004613a0da01c2be272480c06fb82d6dc (diff) | |
| download | rust-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.rs | 3 |
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; |
