@@ -1156,7 +1156,7 @@ impl<'a, K: 'a, V: 'a> Iterator for Iter<'a, K, V> {
11561156 }
11571157}
11581158
1159- #[ unstable ( feature = "fused" , issue = "35602 " ) ]
1159+ #[ stable ( feature = "fused" , since = "1.26.0 " ) ]
11601160impl < ' a , K , V > FusedIterator for Iter < ' a , K , V > { }
11611161
11621162#[ stable( feature = "rust1" , since = "1.0.0" ) ]
@@ -1235,7 +1235,7 @@ impl<'a, K: 'a, V: 'a> ExactSizeIterator for IterMut<'a, K, V> {
12351235 }
12361236}
12371237
1238- #[ unstable ( feature = "fused" , issue = "35602 " ) ]
1238+ #[ stable ( feature = "fused" , since = "1.26.0 " ) ]
12391239impl < ' a , K , V > FusedIterator for IterMut < ' a , K , V > { }
12401240
12411241#[ stable( feature = "rust1" , since = "1.0.0" ) ]
@@ -1365,7 +1365,7 @@ impl<K, V> ExactSizeIterator for IntoIter<K, V> {
13651365 }
13661366}
13671367
1368- #[ unstable ( feature = "fused" , issue = "35602 " ) ]
1368+ #[ stable ( feature = "fused" , since = "1.26.0 " ) ]
13691369impl < K , V > FusedIterator for IntoIter < K , V > { }
13701370
13711371#[ stable( feature = "rust1" , since = "1.0.0" ) ]
@@ -1395,7 +1395,7 @@ impl<'a, K, V> ExactSizeIterator for Keys<'a, K, V> {
13951395 }
13961396}
13971397
1398- #[ unstable ( feature = "fused" , issue = "35602 " ) ]
1398+ #[ stable ( feature = "fused" , since = "1.26.0 " ) ]
13991399impl < ' a , K , V > FusedIterator for Keys < ' a , K , V > { }
14001400
14011401#[ stable( feature = "rust1" , since = "1.0.0" ) ]
@@ -1432,7 +1432,7 @@ impl<'a, K, V> ExactSizeIterator for Values<'a, K, V> {
14321432 }
14331433}
14341434
1435- #[ unstable ( feature = "fused" , issue = "35602 " ) ]
1435+ #[ stable ( feature = "fused" , since = "1.26.0 " ) ]
14361436impl < ' a , K , V > FusedIterator for Values < ' a , K , V > { }
14371437
14381438#[ stable( feature = "rust1" , since = "1.0.0" ) ]
@@ -1482,7 +1482,7 @@ impl<'a, K, V> ExactSizeIterator for ValuesMut<'a, K, V> {
14821482 }
14831483}
14841484
1485- #[ unstable ( feature = "fused" , issue = "35602 " ) ]
1485+ #[ stable ( feature = "fused" , since = "1.26.0 " ) ]
14861486impl < ' a , K , V > FusedIterator for ValuesMut < ' a , K , V > { }
14871487
14881488
@@ -1561,7 +1561,7 @@ impl<'a, K, V> Range<'a, K, V> {
15611561 }
15621562}
15631563
1564- #[ unstable ( feature = "fused" , issue = "35602 " ) ]
1564+ #[ stable ( feature = "fused" , since = "1.26.0 " ) ]
15651565impl < ' a , K , V > FusedIterator for Range < ' a , K , V > { }
15661566
15671567#[ stable( feature = "btree_range" , since = "1.17.0" ) ]
@@ -1630,7 +1630,7 @@ impl<'a, K, V> DoubleEndedIterator for RangeMut<'a, K, V> {
16301630 }
16311631}
16321632
1633- #[ unstable ( feature = "fused" , issue = "35602 " ) ]
1633+ #[ stable ( feature = "fused" , since = "1.26.0 " ) ]
16341634impl < ' a , K , V > FusedIterator for RangeMut < ' a , K , V > { }
16351635
16361636impl < ' a , K , V > RangeMut < ' a , K , V > {
0 commit comments