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 authored and bluss committed Jan 7, 2021
1 parent ead0189 commit 28c797e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/numeric/impl_numeric.rs
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 28c797e

Please sign in to comment.