Cleanup trailing space

This commit is contained in:
mcarton 2016-06-06 02:07:47 +02:00
parent 11665a0d79
commit 44cb6106a7
No known key found for this signature in database
GPG Key ID: 5E427C794CBA45E8

View File

@ -49,7 +49,7 @@ fn check_mul(cx: &LateContext, span: Span, lit: &Expr, exp: &Expr) {
val == 1,
cx.tcx.expr_ty(exp).is_integral()
], {
span_lint(cx,
span_lint(cx,
NEG_MULTIPLY,
span,
"Negation by multiplying with -1");