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.
2 parents e871775 + 2f4e555 commit 1d0d439Copy full SHA for 1d0d439
src/tools/rust-analyzer/crates/flycheck/src/lib.rs
@@ -386,6 +386,7 @@ impl FlycheckActor {
386
"did cancel flycheck"
387
);
388
command_handle.cancel();
389
+ self.command_receiver.take();
390
self.report_progress(Progress::DidCancel);
391
self.status = FlycheckStatus::Finished;
392
}
0 commit comments