remove unused imports

This commit is contained in:
Huon Wilson 2013-06-16 12:20:12 +10:00
parent 30973ccb90
commit bbcff95ac5
20 changed files with 2 additions and 33 deletions

View file

@ -39,8 +39,6 @@ pub mod rt {
use parse;
use print::pprust;
use core::str;
pub use ast::*;
pub use parse::token::*;
pub use parse::new_parser_from_tts;