Skip to content

Commit a3a803e

Browse files
authored
Rollup merge of rust-lang#73667 - nrabulinski:master, r=Dylan-DPC
Update BTreeMap::new() doc Updates the documentation according to [this comment](https://github.com/rust-lang/rust/pull/72876/files/0c5c644c91edf6ed949cfa5ffc524f43369df604#r433232581) on rust-lang#72876
2 parents 0a17ac2 + f37c157 commit a3a803e

File tree

1 file changed

+1
-1
lines changed
  • src/liballoc/collections/btree

1 file changed

+1
-1
lines changed

src/liballoc/collections/btree/map.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ struct MergeIter<K, V, I: Iterator<Item = (K, V)>> {
488488
}
489489

490490
impl<K: Ord, V> BTreeMap<K, V> {
491-
/// Makes a new empty BTreeMap with a reasonable choice for B.
491+
/// Makes a new empty BTreeMap.
492492
///
493493
/// Does not allocate anything on its own.
494494
///

0 commit comments

Comments
 (0)