File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ from the appropriate page on our website, and check out the
2121[ detailed release notes for 1.52.0] [ notes ] on GitHub.
2222
2323[ install ] : https://www.rust-lang.org/install.html
24- [ notes ] : https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1510 -2021-03-25
24+ [ notes ] : https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1520 -2021-05-06
2525
2626## What's in 1.52.0 stable
2727
@@ -38,8 +38,6 @@ behavior independent of the order in which they run the two commands.
3838The 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
You can’t perform that action at this time.
0 commit comments