fix a couple unstable attributes

This commit is contained in:
Peter Jaszkowiak 2025-05-03 23:03:47 -06:00
parent 54f417673c
commit 6d2eb33391

View file

@ -168,7 +168,7 @@ impl<A: Step> IterRangeInclusive<A> {
}
}
#[unstable(feature = "trusted_random_access", issue = "none")]
#[unstable(feature = "new_range_api", issue = "125687")]
impl<A: Step> Iterator for IterRangeInclusive<A> {
type Item = A;
@ -302,7 +302,7 @@ impl<A> IterRangeFrom<A> {
}
}
#[unstable(feature = "trusted_random_access", issue = "none")]
#[unstable(feature = "new_range_api", issue = "125687")]
impl<A: Step> Iterator for IterRangeFrom<A> {
type Item = A;