fixed check-fmt error

This commit is contained in:
Joshua Smith 2021-07-08 11:05:32 -05:00
parent 2279da446e
commit a7fe7a5d9a
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
#[cfg(all(feature = "alloc", not(feature = "std")))]
use alloc::vec::Vec;
use simba::scalar::{SubsetOf, SupersetOf};
use std::convert::{AsMut, AsRef, From, Into};
use std::borrow::{Borrow, BorrowMut};
use std::convert::{AsMut, AsRef, From, Into};
use simba::simd::{PrimitiveSimdValue, SimdValue};