From c352452bcb84a97d835ee17d041a9da763ca4143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Thu, 10 Oct 2013 00:26:07 +0200 Subject: [PATCH] Remove unused import. --- src/structs/vec.rs | 1 - 1 file changed, 1 deletion(-) 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;