From 0d3639016ac89ca3c6d7a8d2c8aa3b7656069e4e Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 24 May 2026 17:18:18 +0800 Subject: Gate extra_macros items behind the feature flag --- examples/example-repl-basic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/example-repl-basic/Cargo.toml') diff --git a/examples/example-repl-basic/Cargo.toml b/examples/example-repl-basic/Cargo.toml index c358a73..090ac06 100644 --- a/examples/example-repl-basic/Cargo.toml +++ b/examples/example-repl-basic/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies.mingling] path = "../../mingling" -features = ["repl", "parser"] +features = ["repl", "parser", "extra_macros"] [dependencies] just_fmt = "0.1.2" -- cgit