Skip to content

Commit 70e8146

Browse files
committed
Remove unused input
1 parent 7d70957 commit 70e8146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_arch/src/arm/neon.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! ARMv7 NEON intrinsics
22
33
use crate::{
4-
core_arch::simd::*, core_arch::simd_llvm::*, hint::unreachable_unchecked, mem::transmute, ptr,
4+
core_arch::simd_llvm::*, hint::unreachable_unchecked, mem::transmute, ptr,
55
};
66
#[cfg(test)]
77
use stdarch_test::assert_instr;

0 commit comments

Comments
 (0)