Skip to content

Commit 8c69876

Browse files
Centriljtdowney
andauthored
Update stable attribute to be since 1.35.0
Co-Authored-By: jtdowney <[email protected]>
1 parent a35cdd4 commit 8c69876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/iter/traits/accum.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ where
291291
}
292292
}
293293

294-
#[stable(feature = "iter_arith_traits_option", since = "1.34.0")]
294+
#[stable(feature = "iter_arith_traits_option", since = "1.35.0")]
295295
impl<T, U> Sum<Option<U>> for Option<T>
296296
where
297297
T: Sum<U>,
@@ -321,7 +321,7 @@ where
321321
}
322322
}
323323

324-
#[stable(feature = "iter_arith_traits_option", since = "1.34.0")]
324+
#[stable(feature = "iter_arith_traits_option", since = "1.35.0")]
325325
impl<T, U> Product<Option<U>> for Option<T>
326326
where
327327
T: Product<U>,

0 commit comments

Comments
 (0)