-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typo in HashMap::drain
docs
#98281
Conversation
It's a map, not a vector.
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 has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
r? @JohnTitor @bors r+ rollup |
📌 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.