aboutsummaryrefslogtreecommitdiff
path: root/hex.rs
diff options
context:
space:
mode:
authorKevin Ballard <[email protected]>2013-06-15 16:05:46 -0700
committerKevin Ballard <[email protected]>2013-06-15 16:05:46 -0700
commit9ff6dd59a192721d91629364023ad97c98d8c7e2 (patch)
tree4cce4f1947ebf94cd74b5e92a942d860f522958c /hex.rs
parentUpdate for latest incoming (4a52ff0) (diff)
downloadrust-openssl-9ff6dd59a192721d91629364023ad97c98d8c7e2.tar.xz
rust-openssl-9ff6dd59a192721d91629364023ad97c98d8c7e2.zip
Remove unused use warning on latest incoming (eac0200)
Diffstat (limited to 'hex.rs')
-rw-r--r--hex.rs1
1 files changed, 0 insertions, 1 deletions
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;