1
Fork 0

core: Update stability attributes for FusedIterator

This commit is contained in:
Ulrik Sverdrup 2018-03-03 14:15:28 +01:00
parent bc651cac8d
commit c7c23fe948
24 changed files with 108 additions and 111 deletions

View file

@ -2254,5 +2254,5 @@ impl<'a> DoubleEndedIterator for Drain<'a> {
}
}
#[stable(feature = "fused", since = "1.25.0")]
#[stable(feature = "fused", since = "1.26.0")]
impl<'a> FusedIterator for Drain<'a> {}