Remove unused use warning on latest incoming (eac0200)

This commit is contained in:
Kevin Ballard 2013-06-15 16:05:46 -07:00
parent c393b2bc33
commit 9ff6dd59a1
1 changed files with 0 additions and 1 deletions

1
hex.rs
View File

@ -15,7 +15,6 @@
*/ */
use std::{uint,vec}; use std::{uint,vec};
use std::iterator::*;
pub trait ToHex { pub trait ToHex {
fn to_hex(&self) -> ~str; fn to_hex(&self) -> ~str;