diff options
| author | John Clements <clements@racket-lang.org> | 2013-09-05 09:29:31 -0700 |
|---|---|---|
| committer | John Clements <clements@racket-lang.org> | 2013-09-06 13:35:13 -0700 |
| commit | 6c294ba538b987d15fba10f7237ca52654fde64c (patch) | |
| tree | 8571b89e4a2a6f02c2a2913614dd0944ff7af617 /src/libsyntax/parse | |
| parent | fe1d21caec3a7d11f847a07769062804442338de (diff) | |
| download | rust-6c294ba538b987d15fba10f7237ca52654fde64c.tar.gz rust-6c294ba538b987d15fba10f7237ca52654fde64c.zip | |
add test case, cleanup
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/token.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index d0372191084..6b3a95a14f8 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -729,8 +729,6 @@ pub fn mtwt_token_eq(t1 : &Token, t2 : &Token) -> bool { #[cfg(test)] mod test { use super::*; - use std::io; - use std::managed; use ast; use ast_util; |
