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/chain.rs | |
| parent | 2036fb58275d7fddad9c27bcceb780e8f715e5c0 (diff) | |
Move type registration to pack! and Groupped macros
Diffstat (limited to 'mingling_macros/src/chain.rs')
| -rw-r--r-- | mingling_macros/src/chain.rs | 5 |
1 files changed, 1 insertions, 4 deletions
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() } |
