Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
std: Fix IntoIter::as_mut_slice's signature
This was intended to require `&mut self`, not `&self`, otherwise it's unsound! Closes #39465
- Loading branch information