Skip to content

Commit

Permalink
Remove unused input
Browse files Browse the repository at this point in the history
  • Loading branch information
Licenser committed Aug 16, 2019
1 parent 7d70957 commit 70e8146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_arch/src/arm/neon.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! ARMv7 NEON intrinsics

use crate::{
core_arch::simd::*, core_arch::simd_llvm::*, hint::unreachable_unchecked, mem::transmute, ptr,
core_arch::simd_llvm::*, hint::unreachable_unchecked, mem::transmute, ptr,
};
#[cfg(test)]
use stdarch_test::assert_instr;
Expand Down

0 comments on commit 70e8146

Please sign in to comment.