mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
Update RELEASES.md
Co-authored-by: Alexander Ronald Altman <alexanderaltman@me.com>
This commit is contained in:
parent
9e2ad50a69
commit
e94eda2473
@ -37,7 +37,7 @@ Libraries
|
||||
Android platforms when available.][81469]
|
||||
- [`slice::IterMut<'_, T>` now implements `AsRef<[T]>`][82771]
|
||||
- [Arrays of any length now implement `IntoIterator`.][84147]
|
||||
Currently call `.into_iter()` as a method on an array will
|
||||
Currently calling `.into_iter()` as a method on an array will
|
||||
return `impl Iterator<Item=&T>`, but this may change in a
|
||||
future edition to change `Item` to `T`. Calling `IntoIterator::into_iter`
|
||||
directly on arrays will provide `impl Iterator<Item=T>` as expected.
|
||||
|
Loading…
Reference in New Issue
Block a user