Skip to content

Commit 2f4e555

Browse files
committed
fix: Fix flycheck panicking when cancelled
1 parent 74c1675 commit 2f4e555

File tree

1 file changed

+1
-0
lines changed
  • src/tools/rust-analyzer/crates/flycheck/src

1 file changed

+1
-0
lines changed

src/tools/rust-analyzer/crates/flycheck/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ impl FlycheckActor {
386386
"did cancel flycheck"
387387
);
388388
command_handle.cancel();
389+
self.command_receiver.take();
389390
self.report_progress(Progress::DidCancel);
390391
self.status = FlycheckStatus::Finished;
391392
}

0 commit comments

Comments
 (0)