Skip to content
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

map_clone: avoid suggesting copied() for &mut #5530

Merged
merged 1 commit into from
Apr 25, 2020

Conversation

ebroto
Copy link
Member

@ebroto ebroto commented Apr 25, 2020

changelog: map_clone: avoid suggesting copied() for &mut

Fixes #5524

@flip1995 flip1995 added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Apr 25, 2020
@flip1995
Copy link
Member

@bors r+

Thanks!

@bors
Copy link
Contributor

bors commented Apr 25, 2020

📌 Commit 806d973 has been approved by flip1995

@bors
Copy link
Contributor

bors commented Apr 25, 2020

⌛ Testing commit 806d973 with merge a76bfd4...

@bors
Copy link
Contributor

bors commented Apr 25, 2020

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: flip1995
Pushing a76bfd4 to master...

@bors bors merged commit a76bfd4 into rust-lang:master Apr 25, 2020
@ebroto ebroto deleted the issue_5524 branch April 25, 2020 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect suggestion to use copied() method on an iterator of mutable references
3 participants