diff options
-rw-r--r-- | crates/rust-analyzer/src/world.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/world.rs b/crates/rust-analyzer/src/world.rs index 3be4455e3..365f57d8c 100644 --- a/crates/rust-analyzer/src/world.rs +++ b/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()); | 123 | change.set_debug_root_path(SourceRootId(r.0), vfs_root_path.display().to_string()); |
124 | 124 | ||
125 | // FIXME: add path2root in vfs to simpily this logic | 125 | // FIXME: add path2root in vfs to simpily this logic |
126 | |||
127 | if extern_dirs.contains(&vfs_root_path) { | 126 | if extern_dirs.contains(&vfs_root_path) { |
128 | extern_source_roots.insert(vfs_root_path, ExternSourceId(r.0)); | 127 | extern_source_roots.insert(vfs_root_path, ExternSourceId(r.0)); |
129 | } | 128 | } |