mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +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!(
|
||||
failed_packages.is_empty(),
|
||||
"Dogfood failed for packages `{}`",
|
||||
failed_packages.iter().format(", "),
|
||||
failed_packages.iter().join(", "),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue