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 false positive in manual_flatten #6962

Merged
merged 2 commits into from
Mar 24, 2021

Conversation

TaKO8Ki
Copy link
Member

@TaKO8Ki TaKO8Ki commented Mar 24, 2021

This pull request fixes false positive in manual_flatten in case using a slice of references .

closes: #6893

changelog: fix false positive in manual_flatten

@rust-highfive
Copy link

r? @llogiq

(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 Mar 24, 2021
@llogiq
Copy link
Contributor

llogiq commented Mar 24, 2021

Thank you! @bors r+

@bors
Copy link
Collaborator

bors commented Mar 24, 2021

📌 Commit 2f8d71b has been approved by llogiq

@bors
Copy link
Collaborator

bors commented Mar 24, 2021

⌛ Testing commit 2f8d71b with merge 917b538...

@bors
Copy link
Collaborator

bors commented Mar 24, 2021

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: llogiq
Pushing 917b538 to master...

@bors bors merged commit 917b538 into rust-lang:master Mar 24, 2021
@TaKO8Ki TaKO8Ki deleted the fix-false-positive-in-manual-flatten branch March 25, 2021 01:45
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.

manual_flatten suggests uncompilable code on slice of references
4 participants