mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-23 22:14:15 +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,
|
val == 1,
|
||||||
cx.tcx.expr_ty(exp).is_integral()
|
cx.tcx.expr_ty(exp).is_integral()
|
||||||
], {
|
], {
|
||||||
span_lint(cx,
|
span_lint(cx,
|
||||||
NEG_MULTIPLY,
|
NEG_MULTIPLY,
|
||||||
span,
|
span,
|
||||||
"Negation by multiplying with -1");
|
"Negation by multiplying with -1");
|
||||||
|
Loading…
Reference in New Issue
Block a user