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 6190cae commit e15f286Copy full SHA for e15f286
crates/rust-analyzer/src/main_loop.rs
@@ -42,6 +42,7 @@ use crate::{
42
Result,
43
};
44
45
+
46
#[derive(Debug)]
47
pub struct LspError {
48
pub code: i32,
crates/rust-analyzer/src/world.rs
@@ -123,7 +123,6 @@ impl WorldState {
123
change.set_debug_root_path(SourceRootId(r.0), vfs_root_path.display().to_string());
124
125
// FIXME: add path2root in vfs to simpily this logic
126
-
127
if extern_dirs.contains(&vfs_root_path) {
128
extern_source_roots.insert(vfs_root_path, ExternSourceId(r.0));
129
}
0 commit comments