File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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 {
397397#[ stable( feature = "fused" , since = "1.26.0" ) ]
398398impl FusedIterator for ToLowercase { }
399399
400- #[ stable( feature = "exact_size_case_mapping_iter" , since = "1.34 .0" ) ]
400+ #[ stable( feature = "exact_size_case_mapping_iter" , since = "1.35 .0" ) ]
401401impl ExactSizeIterator for ToLowercase { }
402402
403403/// Returns an iterator that yields the uppercase equivalent of a `char`.
@@ -425,7 +425,7 @@ impl Iterator for ToUppercase {
425425#[ stable( feature = "fused" , since = "1.26.0" ) ]
426426impl FusedIterator for ToUppercase { }
427427
428- #[ stable( feature = "exact_size_case_mapping_iter" , since = "1.34 .0" ) ]
428+ #[ stable( feature = "exact_size_case_mapping_iter" , since = "1.35 .0" ) ]
429429impl ExactSizeIterator for ToUppercase { }
430430
431431#[ derive( Debug , Clone ) ]
You can’t perform that action at this time.
0 commit comments