| commit | 0a72e9f88a17056b4c6d22f1465189fa9863c822 | [log] [tgz] |
|---|---|---|
| author | Shoyu Vanilla (Flint) <modulo641@gmail.com> | Mon Aug 11 18:18:55 2025 +0900 |
| committer | GitHub <noreply@github.com> | Mon Aug 11 18:18:55 2025 +0900 |
| tree | 859a19c18ef3b1d2e8fd4e190e8a62388cc09e8f | |
| parent | 16ef2a44f164b2e461fbd2f684638391e0395a6b [diff] |
hotfix: Update flycheck diagnostics generation
diff --git a/crates/rust-analyzer/src/diagnostics.rs b/crates/rust-analyzer/src/diagnostics.rs index cd7c632..2711bdb 100644 --- a/crates/rust-analyzer/src/diagnostics.rs +++ b/crates/rust-analyzer/src/diagnostics.rs
@@ -134,6 +134,7 @@ 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())