Fix long line
This commit is contained in:
parent
00ffb15aac
commit
7acf89c022
1 changed files with 1 additions and 1 deletions
|
@ -690,7 +690,7 @@ fn check_fn_deprecated_modes(tcx: ty::ctxt, fn_ty: ty::t, decl: ast::fn_decl,
|
||||||
tcx.sess.span_lint(
|
tcx.sess.span_lint(
|
||||||
deprecated_mode, id, id,
|
deprecated_mode, id, id,
|
||||||
span,
|
span,
|
||||||
fmt!("argument %d uses an explicit mode", counter));
|
fmt!("argument %d uses an explicit mode", counter));
|
||||||
}
|
}
|
||||||
|
|
||||||
ast::infer(_) => {
|
ast::infer(_) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue