diff options
Diffstat (limited to 'hex.rs')
| -rw-r--r-- | hex.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ * limitations under the License. */ -extern mod std; +use std::{str,uint,vec}; pub trait ToHex { fn to_hex(&self) -> ~str; |