summaryrefslogtreecommitdiffstats
path: root/tests/codegen/simd/simd-wide-sum.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/simd/simd-wide-sum.rs')
-rw-r--r--tests/codegen/simd/simd-wide-sum.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/simd/simd-wide-sum.rs b/tests/codegen/simd/simd-wide-sum.rs
index 6e7d3d931..109d53813 100644
--- a/tests/codegen/simd/simd-wide-sum.rs
+++ b/tests/codegen/simd/simd-wide-sum.rs
@@ -10,7 +10,7 @@
#![crate_type = "lib"]
#![feature(portable_simd)]
-use std::simd::{Simd, SimdUint};
+use std::simd::prelude::*;
const N: usize = 16;
#[no_mangle]