Hide the Bound type in docs at its deprecated location in std::collections
This commit is contained in:
parent
6960a960f1
commit
3542ff8e39
1 changed files with 1 additions and 0 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue