Removed unused import.
This commit is contained in:
parent
cdd0443cf8
commit
0bcbd4df4b
|
@ -5,7 +5,7 @@
|
|||
use std::cmp;
|
||||
use std::iter::repeat;
|
||||
use std::ops::{Add, Sub, Mul, Div, Index, IndexMut};
|
||||
use std::fmt::{Debug, Display, Formatter, Result};
|
||||
use std::fmt::{Debug, Formatter, Result};
|
||||
use rand::{self, Rand};
|
||||
use num::{Zero, One};
|
||||
use structs::dvec::DVec;
|
||||
|
|
Loading…
Reference in New Issue