mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
bug fix
This commit is contained in:
parent
edcafe7865
commit
dd47f8bac6
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ impl GlobalState {
|
|||
};
|
||||
for ws in workspaces.iter() {
|
||||
crate_graph.extend(ws.to_crate_graph(
|
||||
self.workspace_build_data.as_ref(),
|
||||
workspace_build_data.as_ref(),
|
||||
self.proc_macro_client.as_ref(),
|
||||
&mut load,
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue