File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -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