From 658089f9386f35ab4abb68c320bcfa1764e2ae78 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 20 Aug 2026 05:03:22 +0800 Subject: feat(macros): remove outdated dispatch strategy comment --- mingling_macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mingling_macros') diff --git a/mingling_macros/Cargo.toml b/mingling_macros/Cargo.toml index 2183d67..9d0cad7 100644 --- a/mingling_macros/Cargo.toml +++ b/mingling_macros/Cargo.toml @@ -25,7 +25,7 @@ structural_renderer = [] repl = [] pathf = ["dep:mingling_pathf"] -# Dispatch strategy (mutually exclusive; none = auto, currently linear) +# Dispatch strategy (mutually exclusive; none = auto) dispatch_linear = [] dispatch_tree = [] dispatch_phf = [] -- cgit