Removed unused import.

This commit is contained in:
Sébastien Crozet 2015-09-13 23:53:28 +02:00
parent cdd0443cf8
commit 0bcbd4df4b
1 changed files with 1 additions and 1 deletions

View File

@ -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;