-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Detect more cases of unused_parens around types #142237
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
base: master
Are you sure you want to change the base?
Conversation
r? @fee1-dead rustbot has assigned @fee1-dead. Use |
Some changes occurred in tests/ui/sanitizer cc @rcvalle |
@rustbot author |
Reminder, once the PR becomes ready for a review, use |
☔ The latest upstream changes (presumably #142878) made this pull request unmergeable. Please resolve the merge conflicts. |
This comment has been minimized.
This comment has been minimized.
70acb31
to
505c470
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rustbot ready
This comment has been minimized.
This comment has been minimized.
Thank you for the detailed/reasoned review feedback. @rustbot ready |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had one last couple of nits, otherwise I think this is good to go :)
Please also squash your commits into one.
This comment has been minimized.
This comment has been minimized.
2cc58d7
to
7d6764a
Compare
Done, thanks again for your feedback! 🙂 |
LGTM, Thanks! @bors r+ |
With this change, more unused parentheses around bounds and types nested within bounds are detected.