Skip to content

Commit

Permalink
fixed check-fmt error
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmith628 committed Jul 8, 2021
1 parent 2279da4 commit a7fe7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/conversion.rs
@@ -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};

Expand Down

0 comments on commit a7fe7a5

Please sign in to comment.