ra_proc_macro: cleanups here and there
This commit is contained in:
@@ -76,7 +76,7 @@ pub(crate) fn load_cargo(
|
||||
ProcMacroClient::dummy()
|
||||
} else {
|
||||
let path = std::env::current_exe()?;
|
||||
ProcMacroClient::extern_process(&path, &["proc-macro"]).unwrap()
|
||||
ProcMacroClient::extern_process(path, &["proc-macro"]).unwrap()
|
||||
};
|
||||
let host = load(&source_roots, ws, &mut vfs, receiver, extern_dirs, &proc_macro_client);
|
||||
Ok((host, source_roots))
|
||||
|
||||
Reference in New Issue
Block a user