From d70f4f5da5cb12c267aa9eb4c0a23d00bdd01608 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 9 Jul 2020 15:41:13 +0200 Subject: Add fixmes --- crates/rust-analyzer/src/diagnostics.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/rust-analyzer/src/diagnostics.rs b/crates/rust-analyzer/src/diagnostics.rs index b46281c98..d24c55cee 100644 --- a/crates/rust-analyzer/src/diagnostics.rs +++ b/crates/rust-analyzer/src/diagnostics.rs @@ -18,7 +18,9 @@ pub struct DiagnosticsConfig { #[derive(Debug, Default, Clone)] pub(crate) struct DiagnosticCollection { + // FIXME: should be FxHashMap> pub(crate) native: FxHashMap>, + // FIXME: should be Vec pub(crate) check: FxHashMap>, pub(crate) check_fixes: CheckFixes, changes: FxHashSet, -- cgit v1.2.3