Skip to content

Commit

Permalink
remove collections::range::RangeArgument
Browse files Browse the repository at this point in the history
was already moved to ops::RangeBounds (see rust-lang#30877)
  • Loading branch information
coryshrmn committed May 24, 2018
1 parent 1440f30 commit f7c4a33
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/libstd/collections/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -437,14 +437,6 @@ pub use self::hash_map::HashMap;
#[stable(feature = "rust1", since = "1.0.0")]
pub use self::hash_set::HashSet;

#[unstable(feature = "collections_range", issue = "30877")]
#[rustc_deprecated(reason = "renamed and moved to `std::ops::RangeBounds`", since = "1.26.0")]
#[doc(hidden)]
/// Range syntax
pub mod range {
pub use ops::RangeBounds as RangeArgument;
}

#[unstable(feature = "try_reserve", reason = "new API", issue="48043")]
pub use heap::CollectionAllocErr;

Expand Down

0 comments on commit f7c4a33

Please sign in to comment.