Skip to content

Commit 7bd25a3

Browse files
authored
Remove stray attribute
1 parent 63fecad commit 7bd25a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/iter/traits.rs

-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@ macro_rules! integer_sum_product {
587587
($($a:ident)*) => ($(
588588
#[stable(feature = "iter_arith_traits", since = "1.12.0")]
589589
impl Sum for $a {
590-
#[rustc_inherit_overflow_checks]
591590
fn sum<I: Iterator<Item=$a>>(iter: I) -> $a {
592591
iter.fold(0, Add::add)
593592
}

0 commit comments

Comments
 (0)