Skip to content

Commit

Permalink
Remove stray attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Sep 12, 2016
1 parent 63fecad commit 7bd25a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcore/iter/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,6 @@ macro_rules! integer_sum_product {
($($a:ident)*) => ($(
#[stable(feature = "iter_arith_traits", since = "1.12.0")]
impl Sum for $a {
#[rustc_inherit_overflow_checks]
fn sum<I: Iterator<Item=$a>>(iter: I) -> $a {
iter.fold(0, Add::add)
}
Expand Down

0 comments on commit 7bd25a3

Please sign in to comment.