We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2ad50 commit e94eda2Copy full SHA for e94eda2
RELEASES.md
@@ -37,7 +37,7 @@ Libraries
37
Android platforms when available.][81469]
38
- [`slice::IterMut<'_, T>` now implements `AsRef<[T]>`][82771]
39
- [Arrays of any length now implement `IntoIterator`.][84147]
40
- Currently call `.into_iter()` as a method on an array will
+ Currently calling `.into_iter()` as a method on an array will
41
return `impl Iterator<Item=&T>`, but this may change in a
42
future edition to change `Item` to `T`. Calling `IntoIterator::into_iter`
43
directly on arrays will provide `impl Iterator<Item=T>` as expected.
0 commit comments