We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clean
dry-run
1 parent a2b1646 commit ec33e64Copy full SHA for ec33e64
1 file changed
src/bootstrap/clean.rs
@@ -85,6 +85,10 @@ clean_crate_tree! {
85
}
86
87
fn clean_default(build: &Build, all: bool) {
88
+ if build.config.dry_run() {
89
+ return;
90
+ }
91
+
92
rm_rf("tmp".as_ref());
93
94
if all {
0 commit comments