Fix builtin line! expansion

This commit is contained in:
Lukas Wirth 2023-11-15 12:41:14 +01:00
parent 57ef70cc08
commit e8c4007cfc
5 changed files with 46 additions and 26 deletions

View file

@ -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 {