Skip to content

Remove mention of HashMap<K, V> not offering iter_mut #95326

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

Merged
merged 1 commit into from
Mar 26, 2022

Conversation

lupd
Copy link
Contributor

@lupd lupd commented Mar 26, 2022

HashMap<K, V> does offer iter_mut. Fixes #94755.

r? rust-lang/libs
@rustbot label +A-docs +T-libs

@rustbot rustbot added A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Mar 26, 2022
@rust-highfive
Copy link
Contributor

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

Please see the contribution instructions for more information.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 26, 2022
@lupd lupd changed the title Remove mention of HashMap<K, V> not offering iter_mut Remove mention of HashMap<K, V> not offering iter_mut Mar 26, 2022
@Dylan-DPC
Copy link
Member

@bors r+

@bors
Copy link
Collaborator

bors commented Mar 26, 2022

📌 Commit 1513424 has been approved by Dylan-DPC

@bors bors 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 Mar 26, 2022
@bors
Copy link
Collaborator

bors commented Mar 26, 2022

⌛ Testing commit 1513424 with merge 1fca19c...

@bors
Copy link
Collaborator

bors commented Mar 26, 2022

☀️ Test successful - checks-actions
Approved by: Dylan-DPC
Pushing 1fca19c to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Mar 26, 2022
@bors bors merged commit 1fca19c into rust-lang:master Mar 26, 2022
@rustbot rustbot added this to the 1.61.0 milestone Mar 26, 2022
@rust-timer
Copy link
Collaborator

Finished benchmarking commit (1fca19c): comparison url.

Summary: This benchmark run did not return any relevant results. 3 results were found to be statistically significant but too small to be relevant.

If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf.

@rustbot label: -perf-regression

@lupd lupd deleted the std-iter-doc branch March 27, 2022 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant 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.

Doc states no iter_mut on HashMap but there is
7 participants