Remove double remove_file
This commit is contained in:
parent
0ec5d374fe
commit
52f84fa7c2
1 changed files with 0 additions and 1 deletions
|
|
@ -1704,7 +1704,6 @@ impl Build {
|
|||
t!(fs::create_dir_all(&dst));
|
||||
self.cp_link_r(&path, &dst);
|
||||
} else {
|
||||
let _ = fs::remove_file(&dst);
|
||||
self.copy_link(&path, &dst);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue