From 6f66a3158f4a4b2bca42ec385abefbf4011618cc Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 20 Apr 2026 14:06:38 +0800 Subject: Move type registration to pack! and Groupped macros --- mingling_macros/src/chain.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mingling_macros/src/chain.rs') diff --git a/mingling_macros/src/chain.rs b/mingling_macros/src/chain.rs index fe48b59..7894362 100644 --- a/mingling_macros/src/chain.rs +++ b/mingling_macros/src/chain.rs @@ -297,8 +297,5 @@ pub fn register_chain(input: TokenStream) -> TokenStream { chains.insert(chain_entry_str); chain_exist.insert(chain_exist_entry_str); - quote! { - ::mingling::macros::register_type!(#previous_type); - } - .into() + quote! {}.into() } -- cgit