diff options
-rw-r--r-- | crates/rust-analyzer/src/reload.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/reload.rs b/crates/rust-analyzer/src/reload.rs index 289bbc443..031a0cef4 100644 --- a/crates/rust-analyzer/src/reload.rs +++ b/crates/rust-analyzer/src/reload.rs | |||
@@ -310,7 +310,7 @@ impl GlobalState { | |||
310 | }; | 310 | }; |
311 | for ws in workspaces.iter() { | 311 | for ws in workspaces.iter() { |
312 | crate_graph.extend(ws.to_crate_graph( | 312 | crate_graph.extend(ws.to_crate_graph( |
313 | self.workspace_build_data.as_ref(), | 313 | workspace_build_data.as_ref(), |
314 | self.proc_macro_client.as_ref(), | 314 | self.proc_macro_client.as_ref(), |
315 | &mut load, | 315 | &mut load, |
316 | )); | 316 | )); |