Expose api impl
This commit is contained in:
parent
eb9dc3c56a
commit
6369ea2d4a
|
@ -26,7 +26,7 @@ pub fn derive(input: TokenStream) -> TokenStream {
|
|||
let impl_ident = syn::Ident::new(&format!("{}_impl", ident).to_snake(), ident.span());
|
||||
|
||||
quote! {
|
||||
mod #impl_ident {
|
||||
pub mod #impl_ident {
|
||||
#skeleton
|
||||
#groups
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user