]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #82771 - emilio:iter-mut-as-slice, r=m-ou-se
authorDylan DPC <dylan.dpc@gmail.com>
Mon, 22 Mar 2021 01:20:30 +0000 (02:20 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Mar 2021 01:20:30 +0000 (02:20 +0100)
commit34285def872a2a797514fe72308eee383a583cc8
treeadc318a774fc6db1ad74d32071906d0eb2610cf3
parentc66d66e8d1212b4f2f19a6805e05e24b34f4bdae
parent2bd7c1b5de8bdbc7cafa2ee496ef9d80381fb0dd
Rollup merge of #82771 - emilio:iter-mut-as-slice, r=m-ou-se

slice: Stabilize IterMut::as_slice.

Much like #72584.

As per #58957 there's no blocker for this, and I wanted to use this
today :-)

Closes #58957
library/core/src/slice/iter.rs