mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Fix builtin line! expansion
This commit is contained in:
parent
57ef70cc08
commit
e8c4007cfc
5 changed files with 46 additions and 26 deletions
|
@ -380,7 +380,6 @@ impl GlobalState {
|
|||
ws
|
||||
})
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
// Workspaces are the same, but we've updated build data.
|
||||
self.workspaces = Arc::new(workspaces);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue