Skip to content

Fix std::collections::HashSet::drain documentation - #101330

Merged
bors merged 1 commit into
rust-lang:masterfrom
wkordalski:hashset-drain-doc
Sep 3, 2022
Merged

Fix std::collections::HashSet::drain documentation#101330
bors merged 1 commit into
rust-lang:masterfrom
wkordalski:hashset-drain-doc

Conversation

@wkordalski

Copy link
Copy Markdown
Contributor

Hi!

std::collections::HashSet::drain contains small typo in the docstring.

I didn't read too much about the model of contributing to Rust, so merge this PR or close and fix the typo the right way :)

Thanks for Rust!

@rustbotrustbot added the T-libs Relevant to the library team, which will review and decide on the PR/issue. label Sep 2, 2022
@rust-highfive

Copy link
Copy Markdown
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (or someone else) soon.

Please see the contribution instructions for more information.

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 2, 2022
@Noratrieb

Copy link
Copy Markdown
Member

Haha, HashMap had the same issue #98281, thanks for fixing it

@jyn514

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented Sep 2, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit 532d5f2 has been approved by jyn514

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 2, 2022
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Sep 3, 2022
…n514
Fix `std::collections::HashSet::drain` documentation
Hi!
`std::collections::HashSet::drain` contains small typo in the docstring.
I didn't read too much about the model of contributing to Rust, so merge this PR or close and fix the typo the right way :)
Thanks for Rust!
@Dylan-DPCDylan-DPC mentioned this pull request Sep 3, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 3, 2022
Rollup of 7 pull requests
Successful merges:
- rust-lang#99736 (Partially stabilize `bound_as_ref` by stabilizing `Bound::as_ref`)
- rust-lang#100928 (Migrate rustc_metadata to SessionDiagnostics)
- rust-lang#101217 ([drop tracking] Use parent expression for scope, not parent node )
- rust-lang#101325 (Windows RNG: Use `BCRYPT_RNG_ALG_HANDLE` by default)
- rust-lang#101330 (Fix `std::collections::HashSet::drain` documentation)
- rust-lang#101338 (Fix unsupported syntax in .manifest file)
- rust-lang#101348 (Cleanup css theme)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 414d79d into rust-lang:masterSep 3, 2022
@rustbotrustbot added this to the 1.65.0 milestone Sep 3, 2022
@wkordalski
wkordalski deleted the hashset-drain-doc branch September 16, 2022 10:47
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-libsRelevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@wkordalski@rust-highfive@Noratrieb@jyn514@bors@Mark-Simulacrum@rustbot