We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5868ef commit 12795f7Copy full SHA for 12795f7
crates/core_arch/src/simd.rs
@@ -965,6 +965,6 @@ pub(crate) fn debug_simd_finish<T: crate::fmt::Debug, const N: usize>(
965
crate::fmt::Formatter::debug_tuple_fields_finish(
966
formatter,
967
type_name,
968
- &crate::array::from_fn::<&dyn crate::fmt::Debug, N, _>(|i| &array[i]),
+ &crate::array::from_fn::<&dyn crate::fmt::Debug, N, _>(|i| &array[i])
969
)
970
}
0 commit comments