Skip to content

Commit 12795f7

Browse files
committed
remove comma
1 parent e5868ef commit 12795f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_arch/src/simd.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,6 @@ pub(crate) fn debug_simd_finish<T: crate::fmt::Debug, const N: usize>(
965965
crate::fmt::Formatter::debug_tuple_fields_finish(
966966
formatter,
967967
type_name,
968-
&crate::array::from_fn::<&dyn crate::fmt::Debug, N, _>(|i| &array[i]),
968+
&crate::array::from_fn::<&dyn crate::fmt::Debug, N, _>(|i| &array[i])
969969
)
970970
}

0 commit comments

Comments
 (0)