diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2013-05-18 12:39:17 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2013-05-22 21:57:08 -0700 |
| commit | c532e033c9ee92d208a9bb2fac4c12d901932f42 (patch) | |
| tree | 286fea43f1118aeb3927e0b07cc450d6095266b4 /src/libsyntax/parse/lexer.rs | |
| parent | f3723cf7c486fd22544b71d27eca5ed7082c6dff (diff) | |
| download | rust-c532e033c9ee92d208a9bb2fac4c12d901932f42.tar.gz rust-c532e033c9ee92d208a9bb2fac4c12d901932f42.zip | |
librustc: Change `std` to `extra` throughout libsyntax and librustc
Diffstat (limited to 'src/libsyntax/parse/lexer.rs')
| -rw-r--r-- | src/libsyntax/parse/lexer.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/parse/lexer.rs b/src/libsyntax/parse/lexer.rs index 86284a3923a..77637712c7f 100644 --- a/src/libsyntax/parse/lexer.rs +++ b/src/libsyntax/parse/lexer.rs @@ -20,8 +20,6 @@ use parse::token; pub use ext::tt::transcribe::{TtReader, new_tt_reader}; -//use std; - pub trait reader { fn is_eof(@mut self) -> bool; fn next_token(@mut self) -> TokenAndSpan; |
