Skip to content

Commit a321f3d

Browse files
flip1995ofeeg
authored andcommitted
Fix dogfood test
1 parent 409df4e commit a321f3d

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
@@ -39,7 +39,7 @@ fn dogfood_clippy() {
3939
assert!(
4040
failed_packages.is_empty(),
4141
"Dogfood failed for packages `{}`",
42-
failed_packages.iter().format(", "),
42+
failed_packages.iter().join(", "),
4343
);
4444
}
4545

0 commit comments

Comments
 (0)