We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83925dd commit 417b6f3Copy full SHA for 417b6f3
library/core/src/char/mod.rs
@@ -393,7 +393,7 @@ impl Iterator for ToLowercase {
393
}
394
395
396
-#[stable(feature = "rust1", since = "1.0.0")]
+#[stable(feature = "case_mapping_double_ended", since = "1.59.0")]
397
impl DoubleEndedIterator for ToLowercase {
398
fn next_back(&mut self) -> Option<char> {
399
self.0.next_back()
@@ -427,7 +427,7 @@ impl Iterator for ToUppercase {
427
428
429
430
431
impl DoubleEndedIterator for ToUppercase {
432
433
0 commit comments