diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-22 13:27:43 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-22 13:30:13 +0800 |
| commit | 3785202ec5b949cba5501b20729b16f4c29ea626 (patch) | |
| tree | 2a276df54128e73557463af54d626a1a7c250e94 /mingling_macros/src/lib.rs | |
| parent | c2f9fb47832c5e12fe37762616c81b016de00464 (diff) | |
Add new_with_args and dispatch_args_dynamic to Program
Remove Display bound from Group type parameter and delete
dispatcher_render macro. This is a breaking change.
Diffstat (limited to 'mingling_macros/src/lib.rs')
| -rw-r--r-- | mingling_macros/src/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mingling_macros/src/lib.rs b/mingling_macros/src/lib.rs index 8df8ad7..a1493ba 100644 --- a/mingling_macros/src/lib.rs +++ b/mingling_macros/src/lib.rs @@ -59,11 +59,6 @@ pub fn dispatcher(input: TokenStream) -> TokenStream { } #[proc_macro] -pub fn dispatcher_render(input: TokenStream) -> TokenStream { - dispatcher_chain::dispatcher_render(input) -} - -#[proc_macro] pub fn r_print(input: TokenStream) -> TokenStream { render::r_print(input) } |
