aboutsummaryrefslogtreecommitdiff
path: root/hex.rs
diff options
context:
space:
mode:
Diffstat (limited to 'hex.rs')
-rw-r--r--hex.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hex.rs b/hex.rs
index 380369f4..e838080a 100644
--- a/hex.rs
+++ b/hex.rs
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-extern mod std;
+use std::{str,uint,vec};
pub trait ToHex {
fn to_hex(&self) -> ~str;