-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Apply clippy fixes for Rust 1.83 #13596
Apply clippy fixes for Rust 1.83 #13596
Conversation
cecf231
to
95acf32
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.
Thanks @findepi
Please help with the comments
I think we need to |
:) just added |
now that #13598 is merged, let be rebase, otherwise we no longer test with 1.83 |
`dev/rust_lint.sh` no longer passes for me, maybe because of `rustup update`. This is first portion of fixes suggested by clippy.
Co-authored-by: Oleks V <[email protected]>
…)" This reverts commit 2b37018. Toolchain pinning is no longer needed.
fee0d90
to
d0a5e5f
Compare
clippy job passed with toolchain pin dropped. |
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 thanks @findepi
Thanks @findepi @comphead @Dandandan |
dev/rust_lint.sh
no longer passes for me, maybe because ofrustup update
. This is first portion of fixes suggested by clippy.