formatting

This commit is contained in:
Ryan Wiedemann 2020-08-10 09:18:16 -06:00 committed by Ryan1729
parent 0fc61becb5
commit 616682deb7

View file

@ -86,7 +86,9 @@ impl<'tcx> LateLintPass<'tcx> for SuspiciousImpl {
cx,
expr,
binop.node,
&["Add", "Sub", "Mul", "Div", "Rem", "BitAnd", "BitOr", "BitXor", "Shl", "Shr"],
&[
"Add", "Sub", "Mul", "Div", "Rem", "BitAnd", "BitOr", "BitXor", "Shl", "Shr"
],
&[
hir::BinOpKind::Add,
hir::BinOpKind::Sub,