-
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
f64: Refactor collapsible_if #77921
f64: Refactor collapsible_if #77921
Conversation
Signed-off-by: wcampbell <wcampbell1995@gmail.com>
r? @shepmaster (rust_highfive has picked a reviewer for you, use r? to override) |
Can you explain why this refactoring is beneficial? |
This creates a more apparent pattern in that the other |
@bors r+ rollup |
📌 Commit 096722f 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`
No description provided.