aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-20 05:03:22 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-20 05:03:22 +0800
commit658089f9386f35ab4abb68c320bcfa1764e2ae78 (patch)
tree13c1f3efceb11027ac19959a9317b5bac465b1b3
parent65642c1dad1138f4c72536b86123ffeefd33ba60 (diff)
feat(macros): remove outdated dispatch strategy comment
-rw-r--r--mingling_macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 = []