diff options
author | Kirill Bulatov <[email protected]> | 2020-03-21 09:29:07 +0000 |
---|---|---|
committer | Kirill Bulatov <[email protected]> | 2020-03-30 11:39:14 +0100 |
commit | 392eb74b5f4672b9f3f415246ad6e992e35f4eee (patch) | |
tree | 3d8b36826e86983b958ee8af65a8921b65a23cba | |
parent | bbe59c719725d0d6957623c1e391858bedd21779 (diff) |
Remove an obsolete fixme
-rw-r--r-- | crates/rust-analyzer/src/world.rs | 1 |
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); |