Skip to content

Commit 5f2ba2b

Browse files
committed
Remove no longer needed cleanup code
1 parent 092781c commit 5f2ba2b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/cargo/ops/cargo_clean.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ pub fn clean(ws: &Workspace<'_>, opts: &CleanOptions<'_>) -> CargoResult<()> {
175175
// TODO: what to do about build_script_build?
176176
let incremental = layout.incremental().join(format!("{}-*", crate_name));
177177
rm_rf_glob(&incremental, config)?;
178-
if let Some(uplift_dir) = uplift_dir {
179-
rm_rf(&uplift_dir.join("CACHEDIR.TAG"), config)?;
180-
}
181178
}
182179
}
183180
}

0 commit comments

Comments
 (0)