Skip to content

Commit 8e78371

Browse files
Rebase fixes
1 parent 2a19459 commit 8e78371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/world.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ use crate::{
3131
use ra_db::ExternSourceId;
3232
use rustc_hash::{FxHashMap, FxHashSet};
3333

34-
fn create_watcher(workspaces: &[ProjectWorkspace], options: &Options) -> CheckWatcher {
34+
fn create_watcher(workspaces: &[ProjectWorkspace], options: &Options) -> Option<CheckWatcher> {
3535
// FIXME: Figure out the multi-workspace situation
3636
workspaces
3737
.iter()

0 commit comments

Comments
 (0)