summaryrefslogtreecommitdiffstats
path: root/library/core/tests/simd.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/tests/simd.rs')
-rw-r--r--library/core/tests/simd.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/library/core/tests/simd.rs b/library/core/tests/simd.rs
index 565c8975e..b8b5f26ca 100644
--- a/library/core/tests/simd.rs
+++ b/library/core/tests/simd.rs
@@ -1,5 +1,4 @@
-use core::simd::f32x4;
-use core::simd::SimdFloat;
+use core::simd::prelude::*;
#[test]
fn testing() {