diff options
author | Edwin Cheng <[email protected]> | 2021-01-28 17:19:09 +0000 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2021-01-28 17:19:09 +0000 |
commit | dd47f8bac6af413bb62b267c2f4eeb9d08426354 (patch) | |
tree | 0931f6538db91bebe58d284f052720b0089fc0e7 | |
parent | edcafe7865007551f63de36ad4aa3969d353d7b0 (diff) |
bug fix
-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 | )); |