-
Notifications
You must be signed in to change notification settings - Fork 875
Rust 1.86.0 lints #7254
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
Rust 1.86.0 lints #7254
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. The div_ceil
use seems equivalent with the previous code
We should maybe target this at release-v7.0.0 and then back port to unstable, and make any additional changes necessary for unstable in a different PR? |
Could we just cherry-pick into release branch afterwards, or would it cause conflicts? (coz we can insta merge now given green CI and unblock CI on unstable) |
There'll be some amount of duplication unless we go release 7.0 to unstable, because if we cherry-pick it will get merged back. But doesn't matter too much. |
Let's go with v7.0.0 -> unstable, I think unstable can survive until the back merge |
a5fa4f2
to
7342113
Compare
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 82d1674 |
@mergify refresh |
✅ Pull request refreshed |
Proposed Changes
Implement lints for the new Rust compiler version 1.86.0.
Additional Info
There's a couple of spicy math/iteration changes which could do with a double check