Merge pull request #20429 from ShoyuVanilla/master
hotfix: Update flycheck diagnostics generation
This commit is contained in:
commit
1b5dbd9dfa
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ impl DiagnosticCollection {
|
|||
if self.check[flycheck_id].generation > generation {
|
||||
return;
|
||||
}
|
||||
self.check[flycheck_id].generation = generation;
|
||||
let diagnostics = self.check[flycheck_id]
|
||||
.per_package
|
||||
.entry(package_id.clone())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue