Skip to content

Commit 7acf89c

Browse files
committed
Fix long line
1 parent 00ffb15 commit 7acf89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/middle/lint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ fn check_fn_deprecated_modes(tcx: ty::ctxt, fn_ty: ty::t, decl: ast::fn_decl,
690690
tcx.sess.span_lint(
691691
deprecated_mode, id, id,
692692
span,
693-
fmt!("argument %d uses an explicit mode", counter));
693+
fmt!("argument %d uses an explicit mode", counter));
694694
}
695695

696696
ast::infer(_) => {

0 commit comments

Comments
 (0)