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/bitv.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/lib/bitv.rs') diff --git a/src/lib/bitv.rs b/src/lib/bitv.rs index adb3dc86..2322c693 100644 --- a/src/lib/bitv.rs +++ b/src/lib/bitv.rs @@ -1,7 +1,3 @@ -import std._uint; -import std._int; -import std._vec; - // FIXME: With recursive object types, we could implement binary methods like // union, intersection, and difference. At that point, we could write // an optimizing version of this module that produces a different obj -- cgit v1.2.3