Skip to content

Commit 5ffc73f

Browse files
committed
fix a couple unstable attributes
1 parent a2d97d3 commit 5ffc73f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/range/iter.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ impl<A: Step> IterRangeInclusive<A> {
168168
}
169169
}
170170

171-
#[unstable(feature = "trusted_random_access", issue = "none")]
171+
#[unstable(feature = "new_range_api", issue = "125687")]
172172
impl<A: Step> Iterator for IterRangeInclusive<A> {
173173
type Item = A;
174174

@@ -302,7 +302,7 @@ impl<A> IterRangeFrom<A> {
302302
}
303303
}
304304

305-
#[unstable(feature = "trusted_random_access", issue = "none")]
305+
#[unstable(feature = "new_range_api", issue = "125687")]
306306
impl<A: Step> Iterator for IterRangeFrom<A> {
307307
type Item = A;
308308

0 commit comments

Comments
 (0)