Fix rebased

This commit is contained in:
Edwin Cheng 2020-03-31 22:29:27 +08:00
parent 3bc1670feb
commit 207903a1c3

View File

@ -168,7 +168,7 @@ impl WorldState {
vfs_file.map(|f| FileId(f.0))
};
let proc_macro_client = match &options.proc_macro_srv {
let proc_macro_client = match &config.proc_macro_srv {
None => ProcMacroClient::dummy(),
Some(srv) => {
let path = Path::new(&srv);