We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1440f30 commit f7c4a33Copy full SHA for f7c4a33
src/libstd/collections/mod.rs
@@ -437,14 +437,6 @@ pub use self::hash_map::HashMap;
437
#[stable(feature = "rust1", since = "1.0.0")]
438
pub use self::hash_set::HashSet;
439
440
-#[unstable(feature = "collections_range", issue = "30877")]
441
-#[rustc_deprecated(reason = "renamed and moved to `std::ops::RangeBounds`", since = "1.26.0")]
442
-#[doc(hidden)]
443
-/// Range syntax
444
-pub mod range {
445
- pub use ops::RangeBounds as RangeArgument;
446
-}
447
-
448
#[unstable(feature = "try_reserve", reason = "new API", issue="48043")]
449
pub use heap::CollectionAllocErr;
450
0 commit comments