diff options
| author | Kevin Ballard <[email protected]> | 2013-06-15 16:05:46 -0700 |
|---|---|---|
| committer | Kevin Ballard <[email protected]> | 2013-06-15 16:05:46 -0700 |
| commit | 9ff6dd59a192721d91629364023ad97c98d8c7e2 (patch) | |
| tree | 4cce4f1947ebf94cd74b5e92a942d860f522958c /hex.rs | |
| parent | Update for latest incoming (4a52ff0) (diff) | |
| download | rust-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.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -15,7 +15,6 @@ */ use std::{uint,vec}; -use std::iterator::*; pub trait ToHex { fn to_hex(&self) -> ~str; |