🚚 Rename CrateHandle to BaseHandle for base dir
This commit is contained in:
parent
466723f7e9
commit
e25cf3eecc
35 changed files with 69 additions and 69 deletions
|
|
@ -123,8 +123,8 @@ pub fn component_classes_derive(input: TokenStream) -> TokenStream {
|
|||
TokenStream::from(expanded)
|
||||
}
|
||||
|
||||
#[proc_macro_derive(CrateHandle, attributes(handle))]
|
||||
pub fn crate_handle_derive(input: TokenStream) -> TokenStream {
|
||||
#[proc_macro_derive(BaseHandle, attributes(handle))]
|
||||
pub fn base_handle_derive(input: TokenStream) -> TokenStream {
|
||||
impl_handle(input, quote! { crate })
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue