Pin Rust to 1.49.0 on CI

This commit is contained in:
Jonas Schievink
2021-02-12 12:09:54 +01:00
parent b0f20a795d
commit 70f388cedb
5 changed files with 21 additions and 11 deletions

View File

@@ -398,7 +398,7 @@ impl GlobalState {
}
let state_changed = self.process_changes();
let is_ready = matches!(self.status, Status::Ready { .. } );
let is_ready = matches!(self.status, Status::Ready { .. });
if prev_status == Status::Loading && is_ready {
for flycheck in &self.flycheck {
flycheck.update();