Skip to content

Commit

Permalink
peekable methods were stabilized in 1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed May 6, 2021
1 parent 4b6ad6f commit dc043ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions posts/2021-05-06-Rust-1.52.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ behavior independent of the order in which they run the two commands.
The following methods were stabilized.

- [`Arguments::as_str`]
- [`Peekable::next_if_eq`]
- [`Peekable::next_if`]
- [`char::MAX`]
- [`char::REPLACEMENT_CHARACTER`]
- [`char::UNICODE_VERSION`]
Expand Down Expand Up @@ -69,8 +67,6 @@ The following previously stable APIs are now `const`.
[`char::from_u32`]: https://doc.rust-lang.org/std/primitive.char.html#method.from_u32
[`char::from_u32_unchecked`]: https://doc.rust-lang.org/std/primitive.char.html#method.from_u32_unchecked
[`char::from_digit`]: https://doc.rust-lang.org/std/primitive.char.html#method.from_digit
[`Peekable::next_if`]: https://doc.rust-lang.org/stable/std/iter/struct.Peekable.html#method.next_if
[`Peekable::next_if_eq`]: https://doc.rust-lang.org/stable/std/iter/struct.Peekable.html#method.next_if_eq
[`Arguments::as_str`]: https://doc.rust-lang.org/stable/std/fmt/struct.Arguments.html#method.as_str
[`str::split_once`]: https://doc.rust-lang.org/stable/std/primitive.str.html#method.split_once
[`str::rsplit_once`]: https://doc.rust-lang.org/stable/std/primitive.str.html#method.rsplit_once
Expand Down

0 comments on commit dc043ee

Please sign in to comment.