Uh oh!
There was an error while loading. Please reload this page.
Fix typo in HashMap::drain docs - #98281
Conversation
It's a map, not a vector.
rust-highfive
commented
Jun 20, 2022
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
rust-highfive
commented
Jun 20, 2022
(rust-highfive has picked a reviewer for you, use r? to override) |
JohnTitor
commented
Jun 20, 2022
r? @JohnTitor@bors r+ rollup |
bors
commented
Jun 20, 2022
📌 Commit 2ead0d7 has been approved by |
Rollup of 5 pull requests Successful merges: - rust-lang#98183 (Fix pretty printing of empty bound lists in where-clause) - rust-lang#98268 (Improve `lifetime arguments are not allowed on` error message) - rust-lang#98273 (Fix minor documentation typo) - rust-lang#98274 (Minor improvements on error for `Self` type in items that don't allow it) - rust-lang#98281 (Fix typo in `HashMap::drain` docs) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
It's a map, not a vector.
Fixes#98275.