Skip to content

Commit

Permalink
Merge pull request #834 from pietroalbini/1.52.0-fixes
Browse files Browse the repository at this point in the history
1.52.0 blog post fixes
  • Loading branch information
Mark-Simulacrum authored May 6, 2021
2 parents 9f11010 + dc043ee commit bd9d1c7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions posts/2021-05-06-Rust-1.52.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ from the appropriate page on our website, and check out the
[detailed release notes for 1.52.0][notes] on GitHub.

[install]: https://www.rust-lang.org/install.html
[notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1510-2021-03-25
[notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1520-2021-05-06

## What's in 1.52.0 stable

Expand All @@ -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 bd9d1c7

Please sign in to comment.