From 37d775134ffcc9ac8982d8a78b44b7e0eb0ae371 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 26 Apr 2026 01:41:23 +0800 Subject: Rename feature `clap_parser` to `clap` --- mingling/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mingling/src/lib.rs') diff --git a/mingling/src/lib.rs b/mingling/src/lib.rs index 5240682..7496d9d 100644 --- a/mingling/src/lib.rs +++ b/mingling/src/lib.rs @@ -80,7 +80,7 @@ pub mod macros { /// Used to create a dispatcher that routes to a `Chain` pub use mingling_macros::dispatcher; /// Used to create a dispatcher with clap argument parsing - #[cfg(feature = "clap_parser")] + #[cfg(feature = "clap")] pub use mingling_macros::dispatcher_clap; /// Used to collect data and create a command-line context pub use mingling_macros::gen_program; -- cgit