diff --git a/library/core/src/range/iter.rs b/library/core/src/range/iter.rs index 24efd4a204a5..8d301f4799b8 100644 --- a/library/core/src/range/iter.rs +++ b/library/core/src/range/iter.rs @@ -168,7 +168,7 @@ impl IterRangeInclusive { } } -#[unstable(feature = "trusted_random_access", issue = "none")] +#[unstable(feature = "new_range_api", issue = "125687")] impl Iterator for IterRangeInclusive { type Item = A; @@ -302,7 +302,7 @@ impl IterRangeFrom { } } -#[unstable(feature = "trusted_random_access", issue = "none")] +#[unstable(feature = "new_range_api", issue = "125687")] impl Iterator for IterRangeFrom { type Item = A;