We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ab3466 + 139ef75 commit 4890c06Copy full SHA for 4890c06
src/bootstrap/clean.rs
@@ -21,6 +21,7 @@ pub fn clean(build: &Build, all: bool) {
21
} else {
22
rm_rf(&build.out.join("tmp"));
23
rm_rf(&build.out.join("dist"));
24
+ rm_rf(&build.out.join("bootstrap"));
25
26
for host in &build.hosts {
27
let entries = match build.out.join(host.triple).read_dir() {
0 commit comments