From 9ff6dd59a192721d91629364023ad97c98d8c7e2 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Sat, 15 Jun 2013 16:05:46 -0700 Subject: [PATCH] Remove unused use warning on latest incoming (eac0200) --- hex.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/hex.rs b/hex.rs index 8f1c8ba5..6675a9f2 100644 --- a/hex.rs +++ b/hex.rs @@ -15,7 +15,6 @@ */ use std::{uint,vec}; -use std::iterator::*; pub trait ToHex { fn to_hex(&self) -> ~str;