You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix `explicit_counter_loop` FN when loop counter starts at non-zero (#……16620)
Closes#16612
Previous implementation hardcoded `0` as loop counter start, this PR
lifts that restriction.
changelog: [`explicit_counter_loop`] fix FN when loop counter starts at
non-zero
Rustup (#15616)
r? @ghost
changelog: integer-to-pointer-transmutes are now handled by the upstream
`integer_to_ptr_transmutes` Rust lint and no longer by the
[`useless_transmute`] Clippy lint