mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
Cleanup trailing space
This commit is contained in:
parent
11665a0d79
commit
44cb6106a7
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user