Hide the Bound type in docs at its deprecated location in std::collections

This commit is contained in:
Simon Sapin 2018-03-27 22:05:32 +02:00 committed by Manish Goregaokar
parent 6960a960f1
commit 3542ff8e39

View file

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