From 0a9c13624d2fede5c6ce8e5aa7f486403098bde6 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 30 Jun 2017 08:34:53 -1000 Subject: Revert "Stabilize RangeArgument" This reverts commit 143206d54d7558c2326212df99efc98110904fdb. --- src/libstd/collections/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libstd') 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; -- cgit 1.4.1-3-g733a5