diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-03-27 22:05:32 +0200 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2018-03-29 13:12:50 +0200 |
| commit | 3542ff8e396af4a1be7854e1ce028465c4366fc4 (patch) | |
| tree | 077408c468e175ebd6c71fbdcbf27e5fbf11d71a /src/libstd/collections | |
| parent | 6960a960f10e95d750daca14cd0a103edaca6105 (diff) | |
| download | rust-3542ff8e396af4a1be7854e1ce028465c4366fc4.tar.gz rust-3542ff8e396af4a1be7854e1ce028465c4366fc4.zip | |
Hide the Bound type in docs at its deprecated location in std::collections
Diffstat (limited to 'src/libstd/collections')
| -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 426949d65df..c7ad27d8d26 100644 --- a/src/libstd/collections/mod.rs +++ b/src/libstd/collections/mod.rs @@ -421,6 +421,7 @@ #[stable(feature = "rust1", since = "1.0.0")] #[rustc_deprecated(reason = "moved to `std::ops::Bound`", since = "1.26.0")] +#[doc(hidden)] pub use ops::Bound; #[stable(feature = "rust1", since = "1.0.0")] pub use alloc::{BinaryHeap, BTreeMap, BTreeSet}; |
