-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Don't lint code from external macros for 8 lints #11009
Conversation
r? @dswij (rustbot has picked a reviewer for you, use r? to override) |
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, LGTM!
@bors r+ |
Don't lint code from external macros for 8 lints Fixes #11008 changelog: [`unneeded_field_pattern`], [`redundant_pattern`], [`uneeded_wildcard_pattern`], [`double_neg`], [`separated_literal_suffix`], [`unseparated_literal_suffix`], [`mixed_case_hex_literals`], [`zero_prefixed_literal`]: Don't lint code from external macros (wow, that's one hell of a changelog for such a small change...)
💔 Test failed - checks-action_test |
6cbe35c
to
d295067
Compare
@dswij, looks like it needed some minor changes due to |
@bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Fixes #11008
changelog: [
unneeded_field_pattern
], [redundant_pattern
], [uneeded_wildcard_pattern
], [double_neg
], [separated_literal_suffix
], [unseparated_literal_suffix
], [mixed_case_hex_literals
], [zero_prefixed_literal
]: Don't lint code from external macros(wow, that's one hell of a changelog for such a small change...)