Skip to content

Commit 616682d

Browse files
committed
formatting
1 parent 0fc61be commit 616682d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clippy_lints/src/suspicious_trait_impl.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ impl<'tcx> LateLintPass<'tcx> for SuspiciousImpl {
8686
cx,
8787
expr,
8888
binop.node,
89-
&["Add", "Sub", "Mul", "Div", "Rem", "BitAnd", "BitOr", "BitXor", "Shl", "Shr"],
89+
&[
90+
"Add", "Sub", "Mul", "Div", "Rem", "BitAnd", "BitOr", "BitXor", "Shl", "Shr"
91+
],
9092
&[
9193
hir::BinOpKind::Add,
9294
hir::BinOpKind::Sub,

0 commit comments

Comments
 (0)