Skip to content

Commit 612ddd2

Browse files
committed
std: Mark two reexports that should be inlined as doc(inline)
1 parent b20ecc7 commit 612ddd2

File tree

1 file changed

+2
-0
lines changed
  • library/std/src/collections

1 file changed

+2
-0
lines changed

library/std/src/collections/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,10 @@ pub use alloc_crate::collections::{BTreeMap, BTreeSet, BinaryHeap};
416416
pub use alloc_crate::collections::{LinkedList, VecDeque};
417417

418418
#[stable(feature = "rust1", since = "1.0.0")]
419+
#[doc(inline)]
419420
pub use self::hash_map::HashMap;
420421
#[stable(feature = "rust1", since = "1.0.0")]
422+
#[doc(inline)]
421423
pub use self::hash_set::HashSet;
422424

423425
#[stable(feature = "try_reserve", since = "1.57.0")]

0 commit comments

Comments
 (0)