Skip to content

Commit

Permalink
Update RELEASES.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Ronald Altman <[email protected]>
  • Loading branch information
XAMPPRocky and pthariensflame authored May 28, 2021
1 parent 9e2ad50 commit e94eda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e94eda2

Please sign in to comment.