Skip to content

Commit 9f8d934

Browse files
committed
Bump Sum and Product for Option<T> to 1.37
1 parent 422a4c0 commit 9f8d934

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.35.0")]
294+
#[stable(feature = "iter_arith_traits_option", since = "1.37.0")]
295295
impl<T, U> Sum<Option<U>> for Option<T>
296296
where
297297
T: Sum<U>,
@@ -318,7 +318,7 @@ where
318318
}
319319
}
320320

321-
#[stable(feature = "iter_arith_traits_option", since = "1.35.0")]
321+
#[stable(feature = "iter_arith_traits_option", since = "1.37.0")]
322322
impl<T, U> Product<Option<U>> for Option<T>
323323
where
324324
T: Product<U>,

0 commit comments

Comments
 (0)