Skip to content

Commit

Permalink
remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrolich committed May 23, 2024
1 parent 5cf0f4f commit c43b6ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ async fn async_watch(
}
CompileType::Full => {
let timing_total = Instant::now();
// clean up the build state (make sure to remove asts of files that have warnings)
clean::cleanup_after_build(&build_state);
build_state = build::initialize_build(None, filter, path).expect("Can't initialize build");
let _ = build::incremental_build(&mut build_state, None, initial_build, false);
if let Some(a) = after_build.clone() {
Expand Down

0 comments on commit c43b6ed

Please sign in to comment.