From 8e78371222ac6ce45afd12c143f472e0674834b4 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Mon, 30 Mar 2020 13:16:09 +0300 Subject: Rebase fixes --- crates/rust-analyzer/src/world.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rust-analyzer/src/world.rs b/crates/rust-analyzer/src/world.rs index 01084f818..ad096a1d8 100644 --- a/crates/rust-analyzer/src/world.rs +++ b/crates/rust-analyzer/src/world.rs @@ -31,7 +31,7 @@ use crate::{ use ra_db::ExternSourceId; use rustc_hash::{FxHashMap, FxHashSet}; -fn create_watcher(workspaces: &[ProjectWorkspace], options: &Options) -> CheckWatcher { +fn create_watcher(workspaces: &[ProjectWorkspace], options: &Options) -> Option { // FIXME: Figure out the multi-workspace situation workspaces .iter() -- cgit v1.2.3