File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 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.
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