Rename ra_proc_macro_srv -> proc_macro_srv

This commit is contained in:
Pavan Kumar Sunkara
2020-08-13 02:57:26 +02:00
parent f277ec27ac
commit 349e6c62ad
22 changed files with 10 additions and 11 deletions

View File

@@ -176,7 +176,7 @@ impl GlobalState {
Ok(it) => it,
Err(err) => {
log::error!(
"Failed to run ra_proc_macro_srv from path {}, error: {:?}",
"Failed to run proc_macro_srv from path {}, error: {:?}",
path.display(),
err
);