Hide the deprecated std::collections::range module from docs
This commit is contained in:
parent
124453e6fe
commit
6960a960f1
1 changed files with 1 additions and 0 deletions
|
|
@ -438,6 +438,7 @@ 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue