Skip to content

Commit

Permalink
std: Mark two reexports that should be inlined as doc(inline)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrochenkov committed Apr 8, 2023
1 parent b20ecc7 commit 612ddd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/std/src/collections/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,10 @@ pub use alloc_crate::collections::{BTreeMap, BTreeSet, BinaryHeap};
pub use alloc_crate::collections::{LinkedList, VecDeque};

#[stable(feature = "rust1", since = "1.0.0")]
#[doc(inline)]
pub use self::hash_map::HashMap;
#[stable(feature = "rust1", since = "1.0.0")]
#[doc(inline)]
pub use self::hash_set::HashSet;

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

0 comments on commit 612ddd2

Please sign in to comment.