Skip to content

Commit 9bd1a70

Browse files
committed
refactor(clean): Pull up comment
1 parent 7dbdd7d commit 9bd1a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/ops/cargo_clean.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ fn clean_specs(
201201
clean_ctx.rm_rf(&dir)?;
202202
}
203203

204+
// Remove the uplifted copy.
204205
for target in pkg.targets() {
205206
if target.is_custom_build() {
206207
continue;
@@ -226,7 +227,6 @@ fn clean_specs(
226227
TargetKind::Test | TargetKind::Bench => None,
227228
_ => Some(artifact_dir.dest()),
228229
};
229-
// Remove the uplifted copy.
230230
if let Some(uplift_dir) = uplift_dir {
231231
for file_type in file_types {
232232
let uplifted_path =

0 commit comments

Comments
 (0)