fixes for latest rust

This commit is contained in:
arturo castro 2015-04-23 20:26:16 +02:00
parent e3809ef06d
commit 24fa9c7826
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
//! Low level operations on vectors and matrices.
use std::num::{Float, SignedInt};
use num::{Float, Signed};
use std::ops::Mul;
use std::cmp::Ordering;
use traits::structure::SquareMat;