@@ -362,7 +362,7 @@ impl<K: fmt::Debug, V: fmt::Debug> fmt::Debug for Iter<'_, K, V> {
362
362
}
363
363
}
364
364
365
- #[ stable( feature = "default_iters" , since = "CURRENT_RUSTC_VERSION " ) ]
365
+ #[ stable( feature = "default_iters" , since = "1.70.0 " ) ]
366
366
impl < ' a , K : ' a , V : ' a > Default for Iter < ' a , K , V > {
367
367
/// Creates an empty `btree_map::Iter`.
368
368
///
@@ -400,7 +400,7 @@ impl<K: fmt::Debug, V: fmt::Debug> fmt::Debug for IterMut<'_, K, V> {
400
400
}
401
401
}
402
402
403
- #[ stable( feature = "default_iters" , since = "CURRENT_RUSTC_VERSION " ) ]
403
+ #[ stable( feature = "default_iters" , since = "1.70.0 " ) ]
404
404
impl < ' a , K : ' a , V : ' a > Default for IterMut < ' a , K , V > {
405
405
/// Creates an empty `btree_map::IterMut`.
406
406
///
@@ -448,7 +448,7 @@ impl<K: Debug, V: Debug, A: Allocator + Clone> Debug for IntoIter<K, V, A> {
448
448
}
449
449
}
450
450
451
- #[ stable( feature = "default_iters" , since = "CURRENT_RUSTC_VERSION " ) ]
451
+ #[ stable( feature = "default_iters" , since = "1.70.0 " ) ]
452
452
impl < K , V , A > Default for IntoIter < K , V , A >
453
453
where
454
454
A : Allocator + Default + Clone ,
@@ -1812,7 +1812,7 @@ impl<K, V> Clone for Keys<'_, K, V> {
1812
1812
}
1813
1813
}
1814
1814
1815
- #[ stable( feature = "default_iters" , since = "CURRENT_RUSTC_VERSION " ) ]
1815
+ #[ stable( feature = "default_iters" , since = "1.70.0 " ) ]
1816
1816
impl < K , V > Default for Keys < ' _ , K , V > {
1817
1817
/// Creates an empty `btree_map::Keys`.
1818
1818
///
@@ -1867,7 +1867,7 @@ impl<K, V> Clone for Values<'_, K, V> {
1867
1867
}
1868
1868
}
1869
1869
1870
- #[ stable( feature = "default_iters" , since = "CURRENT_RUSTC_VERSION " ) ]
1870
+ #[ stable( feature = "default_iters" , since = "1.70.0 " ) ]
1871
1871
impl < K , V > Default for Values < ' _ , K , V > {
1872
1872
/// Creates an empty `btree_map::Values`.
1873
1873
///
@@ -2017,7 +2017,7 @@ impl<'a, K, V> Iterator for Range<'a, K, V> {
2017
2017
}
2018
2018
}
2019
2019
2020
- #[ stable( feature = "default_iters" , since = "CURRENT_RUSTC_VERSION " ) ]
2020
+ #[ stable( feature = "default_iters" , since = "1.70.0 " ) ]
2021
2021
impl < K , V > Default for Range < ' _ , K , V > {
2022
2022
/// Creates an empty `btree_map::Range`.
2023
2023
///
@@ -2107,7 +2107,7 @@ impl<K, V, A: Allocator + Clone> ExactSizeIterator for IntoKeys<K, V, A> {
2107
2107
#[ stable( feature = "map_into_keys_values" , since = "1.54.0" ) ]
2108
2108
impl < K , V , A : Allocator + Clone > FusedIterator for IntoKeys < K , V , A > { }
2109
2109
2110
- #[ stable( feature = "default_iters" , since = "CURRENT_RUSTC_VERSION " ) ]
2110
+ #[ stable( feature = "default_iters" , since = "1.70.0 " ) ]
2111
2111
impl < K , V , A > Default for IntoKeys < K , V , A >
2112
2112
where
2113
2113
A : Allocator + Default + Clone ,
@@ -2158,7 +2158,7 @@ impl<K, V, A: Allocator + Clone> ExactSizeIterator for IntoValues<K, V, A> {
2158
2158
#[ stable( feature = "map_into_keys_values" , since = "1.54.0" ) ]
2159
2159
impl < K , V , A : Allocator + Clone > FusedIterator for IntoValues < K , V , A > { }
2160
2160
2161
- #[ stable( feature = "default_iters" , since = "CURRENT_RUSTC_VERSION " ) ]
2161
+ #[ stable( feature = "default_iters" , since = "1.70.0 " ) ]
2162
2162
impl < K , V , A > Default for IntoValues < K , V , A >
2163
2163
where
2164
2164
A : Allocator + Default + Clone ,
0 commit comments