about summary refs log tree commit diff
path: root/src/libsyntax/ast_util.rs
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2013-06-09 02:21:11 +1000
committerHuon Wilson <dbau.pp+github@gmail.com>2013-06-09 02:22:23 +1000
commit98ba91f81bea38d8fc8bd5bc0cb44ac3e173a53c (patch)
treef99d1c8374844ccf7a3368110d3e33c0e51f18bb /src/libsyntax/ast_util.rs
parent00f591680983cc19a6d9f24d8f8c0026ccf20398 (diff)
downloadrust-98ba91f81bea38d8fc8bd5bc0cb44ac3e173a53c.tar.gz
rust-98ba91f81bea38d8fc8bd5bc0cb44ac3e173a53c.zip
remove unused import warnings
Diffstat (limited to 'src/libsyntax/ast_util.rs')
-rw-r--r--src/libsyntax/ast_util.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ast_util.rs b/src/libsyntax/ast_util.rs
index d170ca92678..b040397de72 100644
--- a/src/libsyntax/ast_util.rs
+++ b/src/libsyntax/ast_util.rs
@@ -20,7 +20,6 @@ use opt_vec;
 use parse::token;
 use visit;
 
-use core::iterator::IteratorUtil;
 use core::hashmap::HashMap;
 use core::int;
 use core::option;
@@ -793,6 +792,7 @@ mod test {
     use ast::*;
     use super::*;
     use core::io;
+    use core::iterator::IteratorUtil;
 
     #[test] fn xorpush_test () {
         let mut s = ~[];