fix a couple unstable attributes
This commit is contained in:
parent
54f417673c
commit
6d2eb33391
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue