diff options
| author | Stefan Plantikow <[email protected]> | 2011-12-15 20:53:58 +0100 |
|---|---|---|
| committer | Stefan Plantikow <[email protected]> | 2011-12-15 20:53:58 +0100 |
| commit | 843d9386779e8c455a9c6b4ab211f06f7eb6c84d (patch) | |
| tree | 3c310e546805c9fc1a3dd4ae425a938ed22713d7 /hash.rs | |
| parent | Add manifest for rust-pkg. (diff) | |
| download | rust-openssl-843d9386779e8c455a9c6b4ab211f06f7eb6c84d.tar.xz rust-openssl-843d9386779e8c455a9c6b4ab211f06f7eb6c84d.zip | |
Refactored code to use core::*
Diffstat (limited to 'hash.rs')
| -rw-r--r-- | hash.rs | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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; |