aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = []