-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 some more clippy warnings #78424
Conversation
r? @davidtwco (rust_highfive has picked a reviewer for you, use r? to override) |
Looks like autofix removed some comments, they need to be restored. |
See rust-lang/rustfix#190 for discussion about fixing this in |
This comment has been minimized.
This comment has been minimized.
77e8ece
to
5a19ae3
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.
LGTM
@bors r+ |
📌 Commit 5a19ae3a87955a97156c096980b5e5d5b3654408 has been approved by |
Rollup of 8 pull requests Successful merges: - rust-lang#77334 (Reorder benches const variable) - rust-lang#77888 (Simplify a nested bool match) - rust-lang#77921 (f64: Refactor collapsible_if) - rust-lang#78523 (Revert invalid `fn` return type parsing change) - rust-lang#78524 (Avoid BorrowMutError with RUSTC_LOG=debug) - rust-lang#78545 (Make anonymous binders start at 0) - rust-lang#78554 (Improve wording of `core::ptr::drop_in_place` docs) - rust-lang#78556 (Link to pass docs from NRVO module docs) Failed merges: - rust-lang#78424 (Fix some more clippy warnings) r? `@ghost`
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
5a19ae3
to
5339bd1
Compare
@bors r=davidtwco |
📌 Commit 5339bd1 has been approved by |
☀️ Test successful - checks-actions |
Found while working on #77351. It turns out that
x.py clippy --fix
does work on that branch as long as you passCARGOFLAGS=--lib
.