-
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
avoid linting possible_truncation
on bit-reducing operations
#7819
Conversation
r? @flip1995 (rust-highfive has picked a reviewer for you, use r? to override) |
There's still something wrong; I have apparently picked the false test case. Will fix shortly. |
702f0f3
to
f3dd5af
Compare
@flip1995 this is now ready for review. |
f3dd5af
to
7b130dd
Compare
☔ The latest upstream changes (presumably #7850) made this pull request unmergeable. Please resolve the merge conflicts. |
7b130dd
to
da94fb2
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.
Sorry for procrastinating this PR for so long. BitOp things make my head hurt 😄
da94fb2
to
f3ae32c
Compare
Thanks for the review. I hope I have addressed all your concerns. |
@flip1995 r? |
f3ae32c
to
00ea73e
Compare
Anything else we need to look at? |
There are probably other cases, where reductions could be applied, but those can just be added to the @bors r+ Thanks! |
📌 Commit 00ea73e has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Please write a short comment explaining your change (or "none" for internal only changes)
changelog: avoid linting
possible_truncation
on bit-reducing operations