Skip to content

Commit 3d04268

Browse files
committed
style: cargo fmt
1 parent e4a1794 commit 3d04268

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/cargo/ops/cargo_compile.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,10 +1362,7 @@ fn emit_package_not_found(
13621362
anyhow::bail!(
13631363
"{}package(s) `{}` not found in workspace `{}`",
13641364
if opt_out { "excluded " } else { "" },
1365-
opt_names
1366-
.into_iter()
1367-
.collect::<Vec<_>>()
1368-
.join(", "),
1365+
opt_names.into_iter().collect::<Vec<_>>().join(", "),
13691366
ws.root().display(),
13701367
)
13711368
}

0 commit comments

Comments
 (0)