Skip to content

Commit

Permalink
Rollup merge of rust-lang#103719 - joseluis:fix-typos-try-reserve, r=…
Browse files Browse the repository at this point in the history
…the8472

fix typo in `try_reserve` method from `HashMap` and `HashSet`

Currently refers to the `reserve` method, instead of `try_reserve`. Other collections like [Vec](https://doc.rust-lang.org/std/vec/struct.Vec.html#method.try_reserve) & [VecDeque](https://doc.rust-lang.org/std/collections/vec_deque/struct.VecDeque.html#method.try_reserve) shows it well.
  • Loading branch information
GuillaumeGomez authored Oct 29, 2022
2 parents 089056e + 6058549 commit 42a33ad
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 42a33ad

Please sign in to comment.