aboutsummaryrefslogtreecommitdiff
path: root/hash.rs
diff options
context:
space:
mode:
authorStefan Plantikow <[email protected]>2011-12-15 20:53:58 +0100
committerStefan Plantikow <[email protected]>2011-12-15 20:53:58 +0100
commit843d9386779e8c455a9c6b4ab211f06f7eb6c84d (patch)
tree3c310e546805c9fc1a3dd4ae425a938ed22713d7 /hash.rs
parentAdd manifest for rust-pkg. (diff)
downloadrust-openssl-843d9386779e8c455a9c6b4ab211f06f7eb6c84d.tar.xz
rust-openssl-843d9386779e8c455a9c6b4ab211f06f7eb6c84d.zip
Refactored code to use core::*
Diffstat (limited to 'hash.rs')
-rw-r--r--hash.rs8
1 files changed, 3 insertions, 5 deletions
diff --git a/hash.rs b/hash.rs
index 5f85c700..e0b0d83e 100644
--- a/hash.rs
+++ b/hash.rs
@@ -1,8 +1,6 @@
-use std;
-
-import std::ptr;
-import std::str;
-import std::vec;
+import core::ptr;
+import core::str;
+import core::vec;
export hasher;
export hashtype;