-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Remove unnecessary check code in unused_delims #137029
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
r? @Noratrieb rustbot has assigned @Noratrieb. Use |
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.
Thanks
r? jieyouxu @bors r+ rollup |
@bors r- Could you just delete the comment altogether? Thanks. |
34e7dc3
to
b2197ab
Compare
@bors r=jieyouxu,compiler-errors |
🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened. |
After PR #108297, we make sure there is no unmatched delims in early lint check.