Skip to content

Commit 5941ed2

Browse files
eopblcnr
andcommitted
Break doc comment onto two lines
Co-authored-by: lcnr <[email protected]>
1 parent 933b92e commit 5941ed2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/core/src/array/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,8 @@ impl<T, const N: usize> [T; N] {
463463
unsafe { crate::mem::transmute_copy::<_, [U; N]>(&dst) }
464464
}
465465

466-
/// A fallible function `f` applied to each element on array `self` in order to return an array the same size as `self` or the first error encountered.
466+
/// A fallible function `f` applied to each element on array `self` in order to
467+
/// return an array the same size as `self` or the first error encountered.
467468
///
468469
/// # Examples
469470
///

0 commit comments

Comments
 (0)