Skip to content

Commit f141aa6

Browse files
committed
Don't ignore unused imports anymore
1 parent bd42df8 commit f141aa6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/core_arch/src/arm/neon.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
#[allow(unused_imports)]
21
use crate::core_arch::acle::neon::*;
3-
#[allow(unused_imports)]
42
use crate::core_arch::simd::{f32x4, i32x4, u32x4};
5-
#[allow(unused_imports)]
63
use crate::core_arch::simd_llvm::*;
7-
#[allow(unused_imports)]
84
use crate::mem::transmute;
95

106
#[cfg(test)]

0 commit comments

Comments
 (0)