Skip to content

Commit c705817

Browse files
committed
trailing comma
Should have actually ran rustfmt on it, rather than attempting to fix it manually
1 parent 616682d commit c705817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/suspicious_trait_impl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ impl<'tcx> LateLintPass<'tcx> for SuspiciousImpl {
8787
expr,
8888
binop.node,
8989
&[
90-
"Add", "Sub", "Mul", "Div", "Rem", "BitAnd", "BitOr", "BitXor", "Shl", "Shr"
90+
"Add", "Sub", "Mul", "Div", "Rem", "BitAnd", "BitOr", "BitXor", "Shl", "Shr",
9191
],
9292
&[
9393
hir::BinOpKind::Add,

0 commit comments

Comments
 (0)