diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-03-23 19:44:51 +0100 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2018-03-29 13:12:50 +0200 |
| commit | 6960a960f10e95d750daca14cd0a103edaca6105 (patch) | |
| tree | d0dfc0a00c75f217e2dc8a55a9a1e52190c395f2 /src/libstd | |
| parent | 124453e6fe03242233ab5f8c8e2360a8b9fcf831 (diff) | |
| download | rust-6960a960f10e95d750daca14cd0a103edaca6105.tar.gz rust-6960a960f10e95d750daca14cd0a103edaca6105.zip | |
Hide the deprecated std::collections::range module from docs
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/collections/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/collections/mod.rs b/src/libstd/collections/mod.rs index 47ea3bc26bf..426949d65df 100644 --- a/src/libstd/collections/mod.rs +++ b/src/libstd/collections/mod.rs @@ -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; |
