Skip to content

Commit 55559ff

Browse files
Update posts/2021-03-25-Rust-1.51.0.md
Co-authored-by: Josh Stone <cuviper@gmail.com>
1 parent 2ecb5ab commit 55559ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2021-03-25-Rust-1.51.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Const generics adds an important new tool for library designers in creating new,
7272

7373
### `array::IntoIter` Stabilisation
7474

75-
As part of const generics stabilising, we're also stabilising a new API that uses it, `std::array::IntoIter`. `IntoIter` allows you to create a by value iterator over any array. Previously there wasn't a convenient way to iterate over owned values of an array, only references to them.X
75+
As part of const generics stabilising, we're also stabilising a new API that uses it, `std::array::IntoIter`. `IntoIter` allows you to create a by value iterator over any array. Previously there wasn't a convenient way to iterate over owned values of an array, only references to them.
7676

7777
```rust
7878
fn main() {

0 commit comments

Comments
 (0)