From 0ee5d865a1eaf8b409c2b310ab16ee5f42a0f14a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 20 Aug 2026 03:38:20 +0800 Subject: feat: add dispatch benchmark subproject --- mingling_macros/src/systems/dispatch_auto.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'mingling_macros/src/systems/dispatch_auto.rs') diff --git a/mingling_macros/src/systems/dispatch_auto.rs b/mingling_macros/src/systems/dispatch_auto.rs index 54784e2..4cbb6fd 100644 --- a/mingling_macros/src/systems/dispatch_auto.rs +++ b/mingling_macros/src/systems/dispatch_auto.rs @@ -1,4 +1,3 @@ -// Doc Not Optimize //! Auto dispatch-strategy selection (no dispatch feature enabled). //! //! Picks the matching strategy at macro-expansion time from the normalized -- cgit