Skip to content

Commit d55d9f8

Browse files
Silence unused macro warning
1 parent 0682c31 commit d55d9f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/core_simd/src/transmute.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/// Provides implementations of `From<$a> for $b` and `From<$b> for $a` that transmutes the value.
2+
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
23
macro_rules! from_transmute {
34
{ unsafe $a:ty => $b:ty } => {
45
from_transmute!{ @impl $a => $b }

0 commit comments

Comments
 (0)