We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfb8127 + 140f91b commit ccc7468Copy full SHA for ccc7468
crates/rust-analyzer/src/flycheck.rs
@@ -419,9 +419,9 @@ impl FlycheckActor {
419
command_handle.cancel();
420
self.command_receiver.take();
421
self.report_progress(Progress::DidCancel);
422
- self.diagnostics_cleared_for.clear();
423
- self.diagnostics_received = false;
424
}
+ self.diagnostics_cleared_for.clear();
+ self.diagnostics_received = false;
425
426
427
/// Construct a `Command` object for checking the user's code. If the user
0 commit comments