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

@ -11,7 +11,6 @@
use core::prelude::*;
use abi::AbiSet;
use abi;
use ast::{RegionTyParamBound, TraitTyParamBound, required, provided};
use ast;
use ast_util;
@ -2180,7 +2179,7 @@ pub fn print_opt_sigil(s: @ps, opt_sigil: Option<ast::Sigil>) {
}
pub fn print_fn_header_info(s: @ps,
opt_sty: Option<ast::self_ty_>,
_opt_sty: Option<ast::self_ty_>,
opt_purity: Option<ast::purity>,
abis: AbiSet,
onceness: ast::Onceness,