Skip to content

Commit

Permalink
remove unnecessary type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Feb 17, 2024
1 parent 7138f16 commit 8fa432a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/core_arch/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ macro_rules! simd_shuffle {
simd_shuffle(
$x,
$y,
const {
let v: [u32; _] = $idx;
v
},
const { $idx },
)
}};
}
Expand Down

0 comments on commit 8fa432a

Please sign in to comment.