From 392eb74b5f4672b9f3f415246ad6e992e35f4eee Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Sat, 21 Mar 2020 11:29:07 +0200 Subject: Remove an obsolete fixme --- crates/rust-analyzer/src/world.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates') diff --git a/crates/rust-analyzer/src/world.rs b/crates/rust-analyzer/src/world.rs index b0c3c6a06..2b5878ed9 100644 --- a/crates/rust-analyzer/src/world.rs +++ b/crates/rust-analyzer/src/world.rs @@ -184,7 +184,6 @@ impl WorldState { }); change.set_crate_graph(crate_graph); - // FIXME: Figure out the multi-workspace situation let check_watcher = create_watcher(&workspaces, &options); let mut analysis_host = AnalysisHost::new(lru_capacity); -- cgit v1.2.3