Skip to content

Commit 5895729

Browse files
committed
use visibility to check unused imports and delete some stmts
1 parent 78c05f9 commit 5895729

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/core_simd/src/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ pub mod simd {
3535
pub use crate::core_simd::masks::*;
3636
pub use crate::core_simd::ord::*;
3737
pub use crate::core_simd::swizzle::*;
38-
pub use crate::core_simd::swizzle_dyn::*;
3938
pub use crate::core_simd::vector::*;
4039
}

0 commit comments

Comments
 (0)