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 c0cf60dCopy full SHA for c0cf60d
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