Skip to content

Commit 4414a60

Browse files
committed
refactor(clean): Describe other clean operation
1 parent 9bd1a70 commit 4414a60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cargo/ops/cargo_clean.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ fn clean_specs(
196196
for pkg in packages {
197197
clean_ctx.progress.on_cleaning_package(&pkg.name())?;
198198

199+
// Remove intermediate artifacts
199200
for (_compile_kind, layout) in &layouts_with_host {
200201
let dir = layout.build_dir().build_unit(&pkg.name());
201202
clean_ctx.rm_rf(&dir)?;

0 commit comments

Comments
 (0)