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.
1 parent 74c1675 commit 2f4e555Copy full SHA for 2f4e555
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