Rename ra_proc_macro -> proc_macro_api

This commit is contained in:
Aleksey Kladov 2020-08-13 12:07:28 +02:00
parent 4abdf323af
commit 2119dc23e8
13 changed files with 26 additions and 25 deletions

View file

@ -25,7 +25,7 @@ pub use crate::{
sysroot::Sysroot,
};
pub use ra_proc_macro::ProcMacroClient;
pub use proc_macro_api::ProcMacroClient;
#[derive(Debug, Clone, Eq, PartialEq)]
pub enum ProjectWorkspace {