Hide the deprecated std::collections::range module from docs

This commit is contained in:
Simon Sapin 2018-03-23 19:44:51 +01:00 committed by Manish Goregaokar
parent 124453e6fe
commit 6960a960f1

View file

@ -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;