mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 15:11:30 +00:00
Fix dogfood test
This commit is contained in:
parent
d5a2c2ba71
commit
36bf3ef004
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ fn dogfood_clippy() {
|
||||||
assert!(
|
assert!(
|
||||||
failed_packages.is_empty(),
|
failed_packages.is_empty(),
|
||||||
"Dogfood failed for packages `{}`",
|
"Dogfood failed for packages `{}`",
|
||||||
failed_packages.iter().format(", "),
|
failed_packages.iter().join(", "),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue