Update stable attribute to be since 1.35.0
Co-Authored-By: jtdowney <jdowney@gmail.com>
This commit is contained in:
parent
a35cdd4e41
commit
8c69876357
1 changed files with 2 additions and 2 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue