Skip to content

Commit

Permalink
do not cleanup anymore in incremental compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrolich committed Apr 3, 2024
1 parent 68895fe commit 90ab044
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ pub fn incremental_build(build_state: &mut BuildState, default_timing: Option<Du
default_timing.unwrap_or(timing_ast_elapsed).as_secs_f64()
);
print!("{}", &err);
clean::cleanup_after_build(&build_state);
return Err(());
}
}
Expand Down

0 comments on commit 90ab044

Please sign in to comment.