Skip to content

Commit 2833505

Browse files
est31lu-zero
authored andcommitted
Allow unused macro arms for simd_shuffle16 too
1 parent 18916ad commit 2833505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_arch/src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ macro_rules! simd_shuffle8 {
141141
}};
142142
}
143143

144-
#[allow(unused_macros)]
144+
#[allow(unused)]
145145
macro_rules! simd_shuffle16 {
146146
($x:expr, $y:expr, <$(const $imm:ident : $ty:ty),+ $(,)?> $idx:expr $(,)?) => {{
147147
struct ConstParam<$(const $imm: $ty),+>;

0 commit comments

Comments
 (0)