Skip to content

Commit 3542ff8

Browse files
SimonSapinManishearth
authored andcommitted
Hide the Bound type in docs at its deprecated location in std::collections
1 parent 6960a96 commit 3542ff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/libstd/collections/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@
421421

422422
#[stable(feature = "rust1", since = "1.0.0")]
423423
#[rustc_deprecated(reason = "moved to `std::ops::Bound`", since = "1.26.0")]
424+
#[doc(hidden)]
424425
pub use ops::Bound;
425426
#[stable(feature = "rust1", since = "1.0.0")]
426427
pub use alloc::{BinaryHeap, BTreeMap, BTreeSet};

0 commit comments

Comments
 (0)