Example 02 realized
This commit is contained in:
@@ -251,6 +251,7 @@ fn expand_component(mut function: ItemFn) -> Result<proc_macro2::TokenStream> {
|
||||
Ok(quote! {
|
||||
#function
|
||||
|
||||
#[allow(non_snake_case)]
|
||||
#component_tokens
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user