Skip to content

double_parens: add structured suggestions, fix bug #15420

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ada4a
Copy link
Contributor

@ada4a ada4a commented Aug 5, 2025

The issue that I saw made me rethink the lint design by quite a lot, so I decided to include that change in this PR

fixes #9000

changelog: [double_parens]: add structured suggestions
changelog: [double_parens]: FP when macros are involved

@rustbot
Copy link
Collaborator

rustbot commented Aug 5, 2025

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 Aug 5, 2025
@ada4a ada4a marked this pull request as draft August 22, 2025 15:13
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Aug 22, 2025
@ada4a ada4a changed the title add structured suggestions to double_parens double_parens: add structured suggestions, fix bug Aug 22, 2025
@ada4a ada4a marked this pull request as ready for review August 22, 2025 16:31
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Aug 22, 2025
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.

double_parens triggers on parenthesized call to macro that returns parenthesized expression
3 participants