auto merge of #6833 : fdr/rust/fix-warnings, r=Aatch

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:
bors 2013-05-31 00:43:45 -07:00
commit 1dd5cd9731
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;