diff options
author | veetaha <[email protected]> | 2020-04-01 11:57:53 +0100 |
---|---|---|
committer | veetaha <[email protected]> | 2020-04-02 19:12:28 +0100 |
commit | c0cf60dca2a178ae66180a3d60b65dfec7243931 (patch) | |
tree | 41d140d0b9e2e53a347ab936f2f4e4716b606ea3 /crates | |
parent | 6190caeeaedd026e02640fb30691d835d72a8899 (diff) |
Apply cargo xtask format
Diffstat (limited to 'crates')
-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 | } |