Commit 9ff6dd59 authored by Kevin Ballard's avatar Kevin Ballard
Browse files

Remove unused use warning on latest incoming (eac0200)

parent c393b2bc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
 */

use std::{uint,vec};
use std::iterator::*;

pub trait ToHex {
    fn to_hex(&self) -> ~str;