about summary refs log tree commit diff
path: root/src/libsyntax/parse/comments.rs
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2013-06-11 23:54:05 -0400
committerDaniel Micay <danielmicay@gmail.com>2013-06-14 23:15:42 -0400
commit585f5f7f794c5f181ff351cb82a4c692cf61caa3 (patch)
tree68895a12b0ada601a33a59760686c89b2f0be9fb /src/libsyntax/parse/comments.rs
parent38e05747b5cf75671b7fb7c634eba8fe56f9eb39 (diff)
downloadrust-585f5f7f794c5f181ff351cb82a4c692cf61caa3.tar.gz
rust-585f5f7f794c5f181ff351cb82a4c692cf61caa3.zip
add IteratorUtil to the prelude
Diffstat (limited to 'src/libsyntax/parse/comments.rs')
-rw-r--r--src/libsyntax/parse/comments.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/comments.rs b/src/libsyntax/parse/comments.rs
index 5c56ea6c446..68473f11537 100644
--- a/src/libsyntax/parse/comments.rs
+++ b/src/libsyntax/parse/comments.rs
@@ -20,7 +20,6 @@ use parse::lexer;
 use parse::token;
 use parse::token::{get_ident_interner};
 
-use core::iterator::IteratorUtil;
 use core::io;
 use core::str;
 use core::uint;