File tree 1 file changed +1
-5
lines changed
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
21
21
[ detailed release notes for 1.52.0] [ notes ] on GitHub.
22
22
23
23
[ 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
25
25
26
26
## What's in 1.52.0 stable
27
27
@@ -38,8 +38,6 @@ behavior independent of the order in which they run the two commands.
38
38
The following methods were stabilized.
39
39
40
40
- [ ` Arguments::as_str ` ]
41
- - [ ` Peekable::next_if_eq ` ]
42
- - [ ` Peekable::next_if ` ]
43
41
- [ ` char::MAX ` ]
44
42
- [ ` char::REPLACEMENT_CHARACTER ` ]
45
43
- [ ` char::UNICODE_VERSION ` ]
@@ -69,8 +67,6 @@ The following previously stable APIs are now `const`.
69
67
[ `char::from_u32` ] : https://doc.rust-lang.org/std/primitive.char.html#method.from_u32
70
68
[ `char::from_u32_unchecked` ] : https://doc.rust-lang.org/std/primitive.char.html#method.from_u32_unchecked
71
69
[ `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
74
70
[ `Arguments::as_str` ] : https://doc.rust-lang.org/stable/std/fmt/struct.Arguments.html#method.as_str
75
71
[ `str::split_once` ] : https://doc.rust-lang.org/stable/std/primitive.str.html#method.split_once
76
72
[ `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