Remove unnecessary 'use' forms

Fix a laundry list of warnings involving unused imports that glutted
up compilation output.  There are more, but there seems to be some
false positives (where 'remedy' appears to break the build), but this
particular set of fixes seems safe.
This commit is contained in:
Daniel Farina
2013-05-30 03:16:33 -07:00
parent a39429887a
commit aef1e10eba
25 changed files with 28 additions and 52 deletions

View File

@@ -92,7 +92,6 @@ use parse::{new_sub_parser_from_file, next_node_id, ParseSess};
use opt_vec;
use opt_vec::OptVec;
use core::char;
use core::either::Either;
use core::either;
use core::hashmap::HashSet;