1
Fork 0

Fix long line

This commit is contained in:
Tim Chevalier 2012-09-25 18:19:29 -07:00
parent 00ffb15aac
commit 7acf89c022

View file

@ -690,7 +690,7 @@ fn check_fn_deprecated_modes(tcx: ty::ctxt, fn_ty: ty::t, decl: ast::fn_decl,
tcx.sess.span_lint(
deprecated_mode, id, id,
span,
fmt!("argument %d uses an explicit mode", counter));
fmt!("argument %d uses an explicit mode", counter));
}
ast::infer(_) => {