Loading hex.rs +0 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ */ use std::{uint,vec}; use std::iterator::*; pub trait ToHex { fn to_hex(&self) -> ~str; Loading Loading
hex.rs +0 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ */ use std::{uint,vec}; use std::iterator::*; pub trait ToHex { fn to_hex(&self) -> ~str; Loading