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

Fix needless_borrow false positive #9710 #9711

Merged
merged 1 commit into from
Oct 29, 2022
Merged

Conversation

smoelius
Copy link
Contributor

Fixes #9710

changelog: fix needless_borrow false positive #9710

@rust-highfive
Copy link

r? @flip1995

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Oct 25, 2022
@smoelius
Copy link
Contributor Author

r? @Jarcho

@rust-highfive rust-highfive assigned Jarcho and unassigned flip1995 Oct 25, 2022
@bors
Copy link
Contributor

bors commented Oct 27, 2022

☔ The latest upstream changes (presumably #9674) made this pull request unmergeable. Please resolve the merge conflicts.

@smoelius
Copy link
Contributor Author

Thanks, @Jarcho.

@Jarcho
Copy link
Contributor

Jarcho commented Oct 29, 2022

Thank you. @bors r+

@bors
Copy link
Contributor

bors commented Oct 29, 2022

📌 Commit c42626f has been approved by Jarcho

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Oct 29, 2022

⌛ Testing commit c42626f with merge 0ab512c...

@bors
Copy link
Contributor

bors commented Oct 29, 2022

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: Jarcho
Pushing 0ab512c to master...

@bors bors merged commit 0ab512c into rust-lang:master Oct 29, 2022
@smoelius smoelius deleted the issue-9710 branch October 29, 2022 01:28
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.

needless_borrow false positive: "use of moved value"
5 participants