Remove unnecessary import
1 files changed, 1 insertions(+), 1 deletions(-) M src/operation/mut_ops.rs
M src/operation/mut_ops.rs => src/operation/mut_ops.rs +1 -1
@@ 1,5 1,5 @@ use ::{Matrix, Shape}; -use util::low_level::{swap_vec_ptr, copy_vec_ptr}; +use util::low_level::{swap_vec_ptr}; pub trait MutFP { type Scalar;