cleanup: Remove unused braces in use statements

This commit is contained in:
Richo Healey
2015-03-28 02:23:20 -07:00
parent 0c9de8140b
commit cbce6bfbdb
72 changed files with 94 additions and 94 deletions

View File

@@ -9,9 +9,9 @@
// except according to those terms.
use ast;
use parse::{new_parse_sess};
use parse::new_parse_sess;
use parse::{ParseSess,string_to_filemap,filemap_to_tts};
use parse::{new_parser_from_source_str};
use parse::new_parser_from_source_str;
use parse::parser::Parser;
use parse::token;
use ptr::P;