Fix warnings

This commit is contained in:
Brian Anderson
2013-03-31 19:27:51 -07:00
parent f336afd459
commit e3327d3833
18 changed files with 21 additions and 30 deletions

View File

@@ -19,7 +19,6 @@ use codemap::BytePos;
use diagnostic::span_handler;
use parse::comments::{doc_comment_style, strip_doc_comment_decoration};
use core::either::Either;
use core::vec;
use core::hashmap::linear::LinearSet;
use std;