diff options
| author | bors <bors@rust-lang.org> | 2013-09-25 02:15:59 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-09-25 02:15:59 -0700 |
| commit | f6c9ff392becd86ee22ad96cd66e137b65195f97 (patch) | |
| tree | 86226fccf2e6fdb527e5075edfaf607090748d9f /src/libsyntax/parse/lexer.rs | |
| parent | 45311846145a39e6b5755a0740d53ac4ea3183a4 (diff) | |
| parent | 0269850cc22a9b09f08584d312001afd8887e89b (diff) | |
| download | rust-f6c9ff392becd86ee22ad96cd66e137b65195f97.tar.gz rust-f6c9ff392becd86ee22ad96cd66e137b65195f97.zip | |
auto merge of #9481 : jbclements/rust/minor-cleanup, r=cmr
Small stuff... might as well get it into the tree. One new test case, some issue # cleanup, remove some unused imports.
Diffstat (limited to 'src/libsyntax/parse/lexer.rs')
| -rw-r--r-- | src/libsyntax/parse/lexer.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/lexer.rs b/src/libsyntax/parse/lexer.rs index c848f52b3ea..09adcc66ea5 100644 --- a/src/libsyntax/parse/lexer.rs +++ b/src/libsyntax/parse/lexer.rs @@ -875,7 +875,6 @@ fn consume_whitespace(rdr: @mut StringReader) { mod test { use super::*; - use ast; use codemap::{BytePos, CodeMap, Span}; use diagnostic; use parse::token; |
