Update stable attribute to be since 1.35.0

Co-Authored-By: jtdowney <jdowney@gmail.com>
This commit is contained in:
Mazdak Farrokhzad 2019-03-19 17:17:18 -05:00 committed by GitHub
parent a35cdd4e41
commit 8c69876357
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -291,7 +291,7 @@ where
}
}
#[stable(feature = "iter_arith_traits_option", since = "1.34.0")]
#[stable(feature = "iter_arith_traits_option", since = "1.35.0")]
impl<T, U> Sum<Option<U>> for Option<T>
where
T: Sum<U>,
@ -321,7 +321,7 @@ where
}
}
#[stable(feature = "iter_arith_traits_option", since = "1.34.0")]
#[stable(feature = "iter_arith_traits_option", since = "1.35.0")]
impl<T, U> Product<Option<U>> for Option<T>
where
T: Product<U>,