Rename ProcMacro trait as BangProcMacro.
Similar to the existing `AttrProcMacro` trait.
This commit is contained in:
@@ -17,7 +17,7 @@ pub struct BangProcMacro {
|
||||
pub client: pm::bridge::client::Client<fn(pm::TokenStream) -> pm::TokenStream>,
|
||||
}
|
||||
|
||||
impl base::ProcMacro for BangProcMacro {
|
||||
impl base::BangProcMacro for BangProcMacro {
|
||||
fn expand<'cx>(
|
||||
&self,
|
||||
ecx: &'cx mut ExtCtxt<'_>,
|
||||
|
||||
Reference in New Issue
Block a user