-
Couldn't load subscription status.
- Fork 13.9k
even more clippy cleanups #69736
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
even more clippy cleanups #69736
Conversation
…otate it. (clippy::redundant_static_lifetimes)
…)' loops on iterators. (clippy::while_let_on_iterator)
…closure. (clippy::expect_fun_call)
…unnecessary_mut_passed)
|
Was it in consideration to force clippy warnings to be resolve before a merge? |
|
There are too many false positives imo. |
| // not advance `caller_iter` for ZSTs. | ||
| let mut locals_iter = body.args_iter(); | ||
| while let Some(local) = locals_iter.next() { | ||
| // not advance `caller_iter` for ZSTs |
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.
| // not advance `caller_iter` for ZSTs | |
| // not advance `caller_iter` for ZSTs. |
|
@bors r+ rollup |
|
📌 Commit 84577c8 has been approved by |
Rollup of 8 pull requests Successful merges: - #69697 (Add explanation for E0380) - #69698 (Use associated constants of integer types) - #69711 (Update macros.rs: fix documentation typo.) - #69713 (more clippy cleanups) - #69728 (Make link to `std::str` active) - #69732 (Clean E0382 and E0384 explanations) - #69736 (even more clippy cleanups) - #69742 (Fixed a typo) Failed merges: r? @ghost
Uh oh!
There was an error while loading. Please reload this page.