mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
16d3e18281
Remove useless `assume`s from `slice::iter(_mut)` You were right in https://github.com/rust-lang/rust/pull/111395#discussion_r1190312704, r? `@the8472` LLVM already removes these assumes while optimizing, as can be seen in <https://rust.godbolt.org/z/KTfWKbdEM>.