about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-07-01 11:21:53 +0000
committerbors <bors@rust-lang.org>2017-07-01 11:21:53 +0000
commita5d34e1d035e5441fb5b3d56d5205d038538f053 (patch)
tree7332309577b58d4917a07e9b2ea8d8d5c4b43cc0 /src/libstd
parent7a2c09b6f5282335fc0000f5504fbed2f70e89c8 (diff)
parent0a9c13624d2fede5c6ce8e5aa7f486403098bde6 (diff)
downloadrust-a5d34e1d035e5441fb5b3d56d5205d038538f053.tar.gz
rust-a5d34e1d035e5441fb5b3d56d5205d038538f053.zip
Auto merge of #42991 - sfackler:unstable-rangeargument, r=alexcrichton
Revert "Stabilize RangeArgument"

This reverts commit 143206d54d7558c2326212df99efc98110904fdb.

From the discussion in #30877 it seems like this is premature.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/collections/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/collections/mod.rs b/src/libstd/collections/mod.rs
index 2ed6724b07d..b8a6a66eaa6 100644
--- a/src/libstd/collections/mod.rs
+++ b/src/libstd/collections/mod.rs
@@ -436,8 +436,6 @@ pub use self::hash_map::HashMap;
 pub use self::hash_set::HashSet;
 
 #[stable(feature = "rust1", since = "1.0.0")]
-#[rustc_deprecated(reason = "moved to std::ops", since = "1.19.0")]
-#[allow(deprecated)]
 pub use alloc::range;
 
 mod hash;