Skip to content

Commit 86a391c

Browse files
committed
Fix build break in library/portable-simd/crates/core_simd/src/vector.rs
1 parent ef4009d commit 86a391c

File tree

1 file changed

+1
-0
lines changed
  • library/portable-simd/crates/core_simd/src

1 file changed

+1
-0
lines changed

library/portable-simd/crates/core_simd/src/vector.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
use crate::convert::{TryFrom, TryInto};
12
use crate::simd::{
23
cmp::SimdPartialOrd,
34
num::SimdUint,

0 commit comments

Comments
 (0)