diff options
| author | bors <bors@rust-lang.org> | 2013-05-31 00:43:45 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-05-31 00:43:45 -0700 |
| commit | 1dd5cd9731e7c32180f9cc7ce1bcf675b5724c50 (patch) | |
| tree | 233e65e6296458aab1bbc43f00f0558afdca1a5f /src/libsyntax/parse/parser.rs | |
| parent | 6fcb483609dec71ec6fd13aaf9bea9080990043a (diff) | |
| parent | aef1e10eba812b8144b0a4ac8d9b6e690c6e5ca7 (diff) | |
| download | rust-1dd5cd9731e7c32180f9cc7ce1bcf675b5724c50.tar.gz rust-1dd5cd9731e7c32180f9cc7ce1bcf675b5724c50.zip | |
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.
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 29f565851b4..c47092ef61c 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -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; |
