Skip to content

Commit 39d30ea

Browse files
authored
formatting
1 parent 074eea9 commit 39d30ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clippy_lints/src/suspicious_trait_impl.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ impl<'tcx> LateLintPass<'tcx> for SuspiciousImpl {
9090
cx,
9191
expr,
9292
binop.node,
93-
&["Add", "Sub", "Mul", "Div", "Rem", "BitAnd", "BitOr", "BitXor", "Shl", "Shr"],
93+
&[
94+
"Add", "Sub", "Mul", "Div", "Rem", "BitAnd", "BitOr", "BitXor", "Shl", "Shr"
95+
],
9496
&[
9597
hir::BinOpKind::Add,
9698
hir::BinOpKind::Sub,

0 commit comments

Comments
 (0)