diff options
| author | bors <bors@rust-lang.org> | 2013-06-14 21:37:27 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-06-14 21:37:27 -0700 |
| commit | 1ba6fa477743bf6b8340b6d83987f1e243a509ae (patch) | |
| tree | 81c2124bd6a880cd2c7dd83a168ac6883d99d29a /src/libsyntax/parse | |
| parent | 1104e659d539faf40773cd6dc01015c00df498cd (diff) | |
| parent | 824a6277af9e614767e0570ecc282065256ac32a (diff) | |
| download | rust-1ba6fa477743bf6b8340b6d83987f1e243a509ae.tar.gz rust-1ba6fa477743bf6b8340b6d83987f1e243a509ae.zip | |
auto merge of #7110 : thestinger/rust/iterator, r=brson
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/comments.rs | 1 | ||||
| -rw-r--r-- | src/libsyntax/parse/lexer.rs | 1 | ||||
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 1 |
3 files changed, 0 insertions, 3 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; diff --git a/src/libsyntax/parse/lexer.rs b/src/libsyntax/parse/lexer.rs index d71e2763b5c..ccc1cbd0d89 100644 --- a/src/libsyntax/parse/lexer.rs +++ b/src/libsyntax/parse/lexer.rs @@ -19,7 +19,6 @@ use ext::tt::transcribe::{dup_tt_reader}; use parse::token; use parse::token::{str_to_ident}; -use core::iterator::IteratorUtil; use core::char; use core::either; use core::u64; diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 47c0827eb23..4e52b6b7367 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -92,7 +92,6 @@ use parse::{new_sub_parser_from_file, next_node_id, ParseSess}; use opt_vec; use opt_vec::OptVec; -use core::iterator::IteratorUtil; use core::either::Either; use core::either; use core::hashmap::HashSet; |
