]> git.lizzy.rs Git - rust.git/commitdiff
Remove an obsolete fixme
authorKirill Bulatov <mail4score@gmail.com>
Sat, 21 Mar 2020 09:29:07 +0000 (11:29 +0200)
committerKirill Bulatov <mail4score@gmail.com>
Mon, 30 Mar 2020 10:39:14 +0000 (13:39 +0300)
crates/rust-analyzer/src/world.rs

index b0c3c6a0610eac475f994f66fb84d6a1db664c50..2b5878ed905841aeb402495f04cde84445f031c2 100644 (file)
@@ -184,7 +184,6 @@ pub fn new(
             });
         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);