Merge pull request #20429 from ShoyuVanilla/master

hotfix: Update flycheck diagnostics generation
This commit is contained in:
Lukas Wirth 2025-08-11 09:31:31 +00:00 committed by GitHub
commit 1b5dbd9dfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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())