Skip to content

Commit c0cf60d

Browse files
committed
Apply cargo xtask format
1 parent 6190cae commit c0cf60d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/rust-analyzer/src/world.rs

-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ impl WorldState {
123123
change.set_debug_root_path(SourceRootId(r.0), vfs_root_path.display().to_string());
124124

125125
// FIXME: add path2root in vfs to simpily this logic
126-
127126
if extern_dirs.contains(&vfs_root_path) {
128127
extern_source_roots.insert(vfs_root_path, ExternSourceId(r.0));
129128
}

0 commit comments

Comments
 (0)