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

@@ -16,7 +16,7 @@
use core::prelude::*;
use abi::AbiSet;
use ast::{ident, node_id};
use ast::ident;
use ast;
use ast_util;
use codemap::{span, respan, dummy_sp, spanned};