Skip to content

Commit

Permalink
removed num_traits::real::Real which was added as autoimport by intel…
Browse files Browse the repository at this point in the history
…lij…
  • Loading branch information
Kirill Dubovikov committed Mar 21, 2020
1 parent 2e9f60f commit 71a111f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/numeric/impl_numeric.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ use crate::itertools::enumerate;
use crate::numeric_util;

use crate::{FoldWhile, Zip};
use num_traits::real::Real;

/// # Numerical Methods for Arrays
impl<A, S, D> ArrayBase<S, D>
Expand Down

0 comments on commit 71a111f

Please sign in to comment.