Skip to content

Commit 6960a96

Browse files
SimonSapinManishearth
authored andcommitted
Hide the deprecated std::collections::range module from docs
1 parent 124453e commit 6960a96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/collections/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ pub use self::hash_set::HashSet;
438438

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

0 commit comments

Comments
 (0)