Rebase fixes
This commit is contained in:
parent
2a19459ee9
commit
8e78371222
@ -31,7 +31,7 @@
|
||||
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<CheckWatcher> {
|
||||
// FIXME: Figure out the multi-workspace situation
|
||||
workspaces
|
||||
.iter()
|
||||
|
Loading…
Reference in New Issue
Block a user