Skip to content

Commit 52f84fa

Browse files
committed
Remove double remove_file
1 parent 0ec5d37 commit 52f84fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bootstrap/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,6 @@ impl Build {
17041704
t!(fs::create_dir_all(&dst));
17051705
self.cp_link_r(&path, &dst);
17061706
} else {
1707-
let _ = fs::remove_file(&dst);
17081707
self.copy_link(&path, &dst);
17091708
}
17101709
}

0 commit comments

Comments
 (0)