Skip to content

Commit 6ddaadd

Browse files
committed
fmt
1 parent 6942111 commit 6ddaadd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/core/src/array/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ mod default_impls {
428428
array_impl_default! {32, T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T}
429429
}
430430

431-
432431
#[lang = "array"]
433432
impl<T, const N: usize> [T; N] {
434433
/// Returns an array of the same size as `self`, with function `f` applied to each element

0 commit comments

Comments
 (0)