diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-20 14:06:38 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-20 14:06:38 +0800 |
| commit | 6f66a3158f4a4b2bca42ec385abefbf4011618cc (patch) | |
| tree | 2f5193e9130c6477e413d90966babc2d60721182 /mingling_macros/src/renderer.rs | |
| parent | 2036fb58275d7fddad9c27bcceb780e8f715e5c0 (diff) | |
Move type registration to pack! and Groupped macros
Diffstat (limited to 'mingling_macros/src/renderer.rs')
| -rw-r--r-- | mingling_macros/src/renderer.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mingling_macros/src/renderer.rs b/mingling_macros/src/renderer.rs index a3da2e7..38d7930 100644 --- a/mingling_macros/src/renderer.rs +++ b/mingling_macros/src/renderer.rs @@ -222,8 +222,5 @@ pub fn register_renderer(input: TokenStream) -> TokenStream { #[cfg(feature = "general_renderer")] general_renderers.insert(general_renderer_entry_str); - quote! { - ::mingling::macros::register_type!(#previous_type); - } - .into() + quote! {}.into() } |
