Skip to content

Commit 207903a

Browse files
committed
Fix rebased
1 parent 3bc1670 commit 207903a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/world.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ impl WorldState {
168168
vfs_file.map(|f| FileId(f.0))
169169
};
170170

171-
let proc_macro_client = match &options.proc_macro_srv {
171+
let proc_macro_client = match &config.proc_macro_srv {
172172
None => ProcMacroClient::dummy(),
173173
Some(srv) => {
174174
let path = Path::new(&srv);

0 commit comments

Comments
 (0)