Skip to content

Commit 209c296

Browse files
Qelxirostgross35
andauthored
Update library/core/src/iter/traits/accum.rs
Co-authored-by: Trevor Gross <t.gross35@gmail.com>
1 parent d8d1462 commit 209c296

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/core/src/iter/traits/accum.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ macro_rules! saturating_integer_sum_product {
146146
)*);
147147
($($a:ty)*) => (
148148
saturating_integer_sum_product!(@impls Saturating(0), Saturating(1),
149-
"The short-circuiting behavior of this implementation is unspecified. If you care about short-circuiting, use [`Iterator::fold`] directly.",
149+
"The short-circuiting behavior of this implementation is unspecified. If you care about "\
150+
"short-circuiting, use [`Iterator::fold`] directly.",
150151
#[stable(feature = "saturating_iter_arith", since = "CURRENT_RUSTC_VERSION")],
151152
$(Saturating<$a>)*);
152153
);

0 commit comments

Comments
 (0)