From 11a10c7a7b86c7bf91a8adcd41573f9de9eeaf0e Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 9 Mar 2011 17:29:18 -0800 Subject: Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for root within std.rc anyway) --- src/lib/sha1.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/sha1.rs') 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; -- cgit v1.2.3