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_phf_gen.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'mingling_macros/src/systems/dispatch_phf_gen.rs') diff --git a/mingling_macros/src/systems/dispatch_phf_gen.rs b/mingling_macros/src/systems/dispatch_phf_gen.rs index 97210e2..a85a410 100644 --- a/mingling_macros/src/systems/dispatch_phf_gen.rs +++ b/mingling_macros/src/systems/dispatch_phf_gen.rs @@ -1,4 +1,3 @@ -// Doc Not Optimize //! Perfect-hash dispatch generator (`dispatch_phf` feature). //! //! Generates a `dispatch_args()` body using a **CHD minimal perfect hash** -- cgit