Silence a warning about an unused macro due to #[cfg(...)]

This commit is contained in:
Michael Pfaff 2024-03-14 16:41:53 -04:00
parent 23ef08a739
commit f52c50ea44
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ macro_rules! impl_load {
}}
}
#[allow(unused_macros)]
macro_rules! simd_load_fallback {
($ty:ty, $vec_ty:ty, $self:ident) => {{
let mut a = core::mem::MaybeUninit::uninit_array();