Skip to content

Commit f7ae914

Browse files
committed
Semicolon makes dogfood fail?
1 parent c749b02 commit f7ae914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dogfood.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fn dogfood_clippy() {
4040
!failed_packages.is_empty(),
4141
"Dogfood failed for packages `{}`",
4242
failed_packages.iter().format(", "),
43-
);
43+
)
4444
}
4545

4646
#[test]

0 commit comments

Comments
 (0)