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: Fix false positives for "unnecessary else" diagnostic #16590

Merged
merged 8 commits into from
Feb 19, 2024

Conversation

davidsemakula
Copy link
Contributor

@davidsemakula davidsemakula commented Feb 16, 2024

Completes #16567 by @ShoyuVanilla (see #16567 (comment))
Fixes #16556

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 16, 2024
@davidsemakula davidsemakula changed the title fix: False positives for "unnecessary else" diagnostic fix: Fix false positives for "unnecessary else" diagnostic Feb 16, 2024
@Veykril Veykril added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 19, 2024
@Veykril
Copy link
Member

Veykril commented Feb 19, 2024

Thanks!
@bors r+

@bors
Copy link
Collaborator

bors commented Feb 19, 2024

📌 Commit b2cb061 has been approved by Veykril

It is now in the queue for this repository.

@Veykril
Copy link
Member

Veykril commented Feb 19, 2024

meh need to rebase again I think
@bors r-

@Veykril
Copy link
Member

Veykril commented Feb 19, 2024

Thanks!
@bors r+

@bors
Copy link
Collaborator

bors commented Feb 19, 2024

📌 Commit f2218e7 has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Feb 19, 2024

⌛ Testing commit f2218e7 with merge e6b96db...

@bors
Copy link
Collaborator

bors commented Feb 19, 2024

☀️ Test successful - checks-actions
Approved by: Veykril
Pushing e6b96db to master...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove-unnecessary-else bad suggestions and false positives on thread_local macro
5 participants