aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/rust-analyzer/src/world.rs1
1 files changed, 0 insertions, 1 deletions
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 {
184 }); 184 });
185 change.set_crate_graph(crate_graph); 185 change.set_crate_graph(crate_graph);
186 186
187 // FIXME: Figure out the multi-workspace situation
188 let check_watcher = create_watcher(&workspaces, &options); 187 let check_watcher = create_watcher(&workspaces, &options);
189 188
190 let mut analysis_host = AnalysisHost::new(lru_capacity); 189 let mut analysis_host = AnalysisHost::new(lru_capacity);