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

@ -2,7 +2,7 @@
use crate::dylib;
use crate::ProcMacroSrv;
use ra_proc_macro::ListMacrosTask;
use proc_macro_api::ListMacrosTask;
use std::str::FromStr;
use test_utils::assert_eq_text;