Remove an obsolete fixme

This commit is contained in:
Kirill Bulatov 2020-03-21 11:29:07 +02:00
parent bbe59c7197
commit 392eb74b5f

View File

@ -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);