-
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
fix almost_swapped
: Ignore external macros
#10502
Conversation
r? @Manishearth (rustbot has picked a reviewer for you, use r? to override) |
almost_swapped
: Ignore external macros
As giraffate also managed #10499 |
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.
Can the tests be added? This PR is helpful for it: #9467
f15ce92
to
9546517
Compare
@bors r+ Thanks! |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
1 similar comment
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Should be reverted once rust-lang/rust-clippy#10502 is released in a stable `clippy`.
Fixes #10421 ; Related to #10499 (Fixing points 1 and 3 from #10421)
changelog: [
almost_swapped
]: Add a check to ignore external macros