mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-15 14:43:58 +00:00
Apply cargo xtask format
This commit is contained in:
parent
6190caeeae
commit
c0cf60dca2
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ impl WorldState {
|
||||||
change.set_debug_root_path(SourceRootId(r.0), vfs_root_path.display().to_string());
|
change.set_debug_root_path(SourceRootId(r.0), vfs_root_path.display().to_string());
|
||||||
|
|
||||||
// FIXME: add path2root in vfs to simpily this logic
|
// FIXME: add path2root in vfs to simpily this logic
|
||||||
|
|
||||||
if extern_dirs.contains(&vfs_root_path) {
|
if extern_dirs.contains(&vfs_root_path) {
|
||||||
extern_source_roots.insert(vfs_root_path, ExternSourceId(r.0));
|
extern_source_roots.insert(vfs_root_path, ExternSourceId(r.0));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue