aboutsummaryrefslogtreecommitdiff
path: root/src/lib/bitv.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/bitv.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/bitv.rs')
-rw-r--r--src/lib/bitv.rs4
1 files changed, 0 insertions, 4 deletions
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