File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ impl Iterator for ToLowercase {
397
397
#[ stable( feature = "fused" , since = "1.26.0" ) ]
398
398
impl FusedIterator for ToLowercase { }
399
399
400
- #[ stable( feature = "exact_size_case_mapping_iter" , since = "1.34 .0" ) ]
400
+ #[ stable( feature = "exact_size_case_mapping_iter" , since = "1.35 .0" ) ]
401
401
impl ExactSizeIterator for ToLowercase { }
402
402
403
403
/// Returns an iterator that yields the uppercase equivalent of a `char`.
@@ -425,7 +425,7 @@ impl Iterator for ToUppercase {
425
425
#[ stable( feature = "fused" , since = "1.26.0" ) ]
426
426
impl FusedIterator for ToUppercase { }
427
427
428
- #[ stable( feature = "exact_size_case_mapping_iter" , since = "1.34 .0" ) ]
428
+ #[ stable( feature = "exact_size_case_mapping_iter" , since = "1.35 .0" ) ]
429
429
impl ExactSizeIterator for ToUppercase { }
430
430
431
431
#[ derive( Debug , Clone ) ]
You can’t perform that action at this time.
0 commit comments