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

[to_string_trait_impl]: avoid linting if the impl is a specialization #12264

Merged
merged 1 commit into from Feb 10, 2024

Conversation

y21
Copy link
Member

@y21 y21 commented Feb 10, 2024

Fixes #12263

Oh well... #12122 (comment) 🙃

changelog: [to_string_trait_impl]: avoid linting if the impl is a specialization

@rustbot
Copy link
Collaborator

rustbot commented Feb 10, 2024

r? @Jarcho

rustbot has assigned @Jarcho.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Feb 10, 2024
@Jarcho
Copy link
Contributor

Jarcho commented Feb 10, 2024

Thank you. @bors r+

@bors
Copy link
Collaborator

bors commented Feb 10, 2024

📌 Commit b3b9919 has been approved by Jarcho

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Feb 10, 2024

⌛ Testing commit b3b9919 with merge 51c89a4...

@bors
Copy link
Collaborator

bors commented Feb 10, 2024

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

@bors bors merged commit 51c89a4 into rust-lang:master Feb 10, 2024
5 checks passed
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.

to_string_trait_impl does not account for specialized implementations
4 participants