-
Couldn't load subscription status.
- Fork 1.8k
fix(semicolon_inside_block): don't lint if block is in parens #15626
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
Conversation
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.
LGTM except an extra test I'd like to see added.
r? samueltardieu
@rustbot author
|
Reminder, once the PR becomes ready for a review, use |
1130cba to
36c2c0a
Compare
|
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
@rustbot ready |
|
Thanks! |
Decided not to lint in this case after all, as per #15391 (comment)
Supersedes #15421, fixes #15380, fixes #15389
changelog: [
semicolon_inside_block]: don't lint if block is in parens