diff --git a/src/structs/vec.rs b/src/structs/vec.rs index d78e4868..79d9fcd1 100644 --- a/src/structs/vec.rs +++ b/src/structs/vec.rs @@ -4,7 +4,6 @@ use std::cast; use std::num::{Zero, One, Algebraic, Bounded}; -use std::rand::Rng; use std::vec::{VecIterator, VecMutIterator}; use std::iter::{Iterator, FromIterator}; use std::cmp::ApproxEq;