Skip to content

Commit dc043ee

Browse files
committed
peekable methods were stabilized in 1.51.0
1 parent 4b6ad6f commit dc043ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

posts/2021-05-06-Rust-1.52.0.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ behavior independent of the order in which they run the two commands.
3838
The following methods were stabilized.
3939

4040
- [`Arguments::as_str`]
41-
- [`Peekable::next_if_eq`]
42-
- [`Peekable::next_if`]
4341
- [`char::MAX`]
4442
- [`char::REPLACEMENT_CHARACTER`]
4543
- [`char::UNICODE_VERSION`]
@@ -69,8 +67,6 @@ The following previously stable APIs are now `const`.
6967
[`char::from_u32`]: https://doc.rust-lang.org/std/primitive.char.html#method.from_u32
7068
[`char::from_u32_unchecked`]: https://doc.rust-lang.org/std/primitive.char.html#method.from_u32_unchecked
7169
[`char::from_digit`]: https://doc.rust-lang.org/std/primitive.char.html#method.from_digit
72-
[`Peekable::next_if`]: https://doc.rust-lang.org/stable/std/iter/struct.Peekable.html#method.next_if
73-
[`Peekable::next_if_eq`]: https://doc.rust-lang.org/stable/std/iter/struct.Peekable.html#method.next_if_eq
7470
[`Arguments::as_str`]: https://doc.rust-lang.org/stable/std/fmt/struct.Arguments.html#method.as_str
7571
[`str::split_once`]: https://doc.rust-lang.org/stable/std/primitive.str.html#method.split_once
7672
[`str::rsplit_once`]: https://doc.rust-lang.org/stable/std/primitive.str.html#method.rsplit_once

0 commit comments

Comments
 (0)