aboutsummaryrefslogtreecommitdiff
path: root/src/lib/sha1.rs
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-03-09 17:29:18 -0800
committerGraydon Hoare <[email protected]>2011-03-09 17:29:18 -0800
commit11a10c7a7b86c7bf91a8adcd41573f9de9eeaf0e (patch)
tree970360db45c72fb662044cab8dab70dd4311e0c1 /src/lib/sha1.rs
parentAdd ty_obj case to pretty printer (diff)
downloadrust-11a10c7a7b86c7bf91a8adcd41573f9de9eeaf0e.tar.xz
rust-11a10c7a7b86c7bf91a8adcd41573f9de9eeaf0e.zip
Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for root within std.rc anyway)
Diffstat (limited to 'src/lib/sha1.rs')
-rw-r--r--src/lib/sha1.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/sha1.rs b/src/lib/sha1.rs
index 2a6b74d4..a57ea894 100644
--- a/src/lib/sha1.rs
+++ b/src/lib/sha1.rs
@@ -4,9 +4,6 @@
* point this will want to be rewritten.
*/
-import std._vec;
-import std._str;
-
export sha1;
export mk_sha1;