about summary refs log tree commit diff
path: root/src/libsyntax/ext/auto_encode.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2013-02-28 11:57:33 -0500
committerAlex Crichton <alex@alexcrichton.com>2013-03-04 12:27:01 -0500
commitcb4ab76e4a17e0efc6b506af15fd1df654c043ff (patch)
treef12c8ae2ad1979e973ccf4ef95b1a396a2daa246 /src/libsyntax/ext/auto_encode.rs
parentbc3bee410a6967942d18cef59a781603a7db86e4 (diff)
downloadrust-cb4ab76e4a17e0efc6b506af15fd1df654c043ff.tar.gz
rust-cb4ab76e4a17e0efc6b506af15fd1df654c043ff.zip
Adding missing imports for tests, and gate off others
Diffstat (limited to 'src/libsyntax/ext/auto_encode.rs')
-rw-r--r--src/libsyntax/ext/auto_encode.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libsyntax/ext/auto_encode.rs b/src/libsyntax/ext/auto_encode.rs
index 33b768bdb61..644afaff37c 100644
--- a/src/libsyntax/ext/auto_encode.rs
+++ b/src/libsyntax/ext/auto_encode.rs
@@ -1206,14 +1206,7 @@ fn mk_enum_deser_body(
 mod test {
     use std::serialize::Encodable;
     use std::serialize::Encoder;
-    use core::dvec::*;
     use util::testing::*;
-    use core::io;
-    use core::str;
-    use core::option::Option;
-    use core::option::Some;
-    use core::option::None;
-    use std;
 
     // just adding the ones I want to test, for now:
     #[deriving_eq]