Skip to content

Commit f7c4a33

Browse files
committed
remove collections::range::RangeArgument
was already moved to ops::RangeBounds (see #30877)
1 parent 1440f30 commit f7c4a33

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/libstd/collections/mod.rs

-8
Original file line numberDiff line numberDiff line change
@@ -437,14 +437,6 @@ pub use self::hash_map::HashMap;
437437
#[stable(feature = "rust1", since = "1.0.0")]
438438
pub use self::hash_set::HashSet;
439439

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-
448440
#[unstable(feature = "try_reserve", reason = "new API", issue="48043")]
449441
pub use heap::CollectionAllocErr;
450442

0 commit comments

Comments
 (0)