We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a19459 commit 8e78371Copy full SHA for 8e78371
crates/rust-analyzer/src/world.rs
@@ -31,7 +31,7 @@ use crate::{
31
use ra_db::ExternSourceId;
32
use rustc_hash::{FxHashMap, FxHashSet};
33
34
-fn create_watcher(workspaces: &[ProjectWorkspace], options: &Options) -> CheckWatcher {
+fn create_watcher(workspaces: &[ProjectWorkspace], options: &Options) -> Option<CheckWatcher> {
35
// FIXME: Figure out the multi-workspace situation
36
workspaces
37
.iter()
0 commit comments