@@ -1156,7 +1156,7 @@ impl<'a, K: 'a, V: 'a> Iterator for Iter<'a, K, V> {
1156
1156
}
1157
1157
}
1158
1158
1159
- #[ unstable ( feature = "fused" , issue = "35602 " ) ]
1159
+ #[ stable ( feature = "fused" , since = "1.25.0 " ) ]
1160
1160
impl < ' a , K , V > FusedIterator for Iter < ' a , K , V > { }
1161
1161
1162
1162
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
@@ -1235,7 +1235,7 @@ impl<'a, K: 'a, V: 'a> ExactSizeIterator for IterMut<'a, K, V> {
1235
1235
}
1236
1236
}
1237
1237
1238
- #[ unstable ( feature = "fused" , issue = "35602 " ) ]
1238
+ #[ stable ( feature = "fused" , since = "1.25.0 " ) ]
1239
1239
impl < ' a , K , V > FusedIterator for IterMut < ' a , K , V > { }
1240
1240
1241
1241
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
@@ -1365,7 +1365,7 @@ impl<K, V> ExactSizeIterator for IntoIter<K, V> {
1365
1365
}
1366
1366
}
1367
1367
1368
- #[ unstable ( feature = "fused" , issue = "35602 " ) ]
1368
+ #[ stable ( feature = "fused" , since = "1.25.0 " ) ]
1369
1369
impl < K , V > FusedIterator for IntoIter < K , V > { }
1370
1370
1371
1371
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
@@ -1395,7 +1395,7 @@ impl<'a, K, V> ExactSizeIterator for Keys<'a, K, V> {
1395
1395
}
1396
1396
}
1397
1397
1398
- #[ unstable ( feature = "fused" , issue = "35602 " ) ]
1398
+ #[ stable ( feature = "fused" , since = "1.25.0 " ) ]
1399
1399
impl < ' a , K , V > FusedIterator for Keys < ' a , K , V > { }
1400
1400
1401
1401
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
@@ -1432,7 +1432,7 @@ impl<'a, K, V> ExactSizeIterator for Values<'a, K, V> {
1432
1432
}
1433
1433
}
1434
1434
1435
- #[ unstable ( feature = "fused" , issue = "35602 " ) ]
1435
+ #[ stable ( feature = "fused" , since = "1.25.0 " ) ]
1436
1436
impl < ' a , K , V > FusedIterator for Values < ' a , K , V > { }
1437
1437
1438
1438
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
@@ -1482,7 +1482,7 @@ impl<'a, K, V> ExactSizeIterator for ValuesMut<'a, K, V> {
1482
1482
}
1483
1483
}
1484
1484
1485
- #[ unstable ( feature = "fused" , issue = "35602 " ) ]
1485
+ #[ stable ( feature = "fused" , since = "1.25.0 " ) ]
1486
1486
impl < ' a , K , V > FusedIterator for ValuesMut < ' a , K , V > { }
1487
1487
1488
1488
@@ -1561,7 +1561,7 @@ impl<'a, K, V> Range<'a, K, V> {
1561
1561
}
1562
1562
}
1563
1563
1564
- #[ unstable ( feature = "fused" , issue = "35602 " ) ]
1564
+ #[ stable ( feature = "fused" , since = "1.25.0 " ) ]
1565
1565
impl < ' a , K , V > FusedIterator for Range < ' a , K , V > { }
1566
1566
1567
1567
#[ stable( feature = "btree_range" , since = "1.17.0" ) ]
@@ -1630,7 +1630,7 @@ impl<'a, K, V> DoubleEndedIterator for RangeMut<'a, K, V> {
1630
1630
}
1631
1631
}
1632
1632
1633
- #[ unstable ( feature = "fused" , issue = "35602 " ) ]
1633
+ #[ stable ( feature = "fused" , since = "1.25.0 " ) ]
1634
1634
impl < ' a , K , V > FusedIterator for RangeMut < ' a , K , V > { }
1635
1635
1636
1636
impl < ' a , K , V > RangeMut < ' a , K , V > {
0 commit comments