aboutsummaryrefslogtreecommitdiff
path: root/mingling/src
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-26 01:41:23 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-26 01:43:49 +0800
commit37d775134ffcc9ac8982d8a78b44b7e0eb0ae371 (patch)
treeca2d4b40e5971de906e6f890140730095a4246ac /mingling/src
parent1eda2761d21167dd33ac230b23467e350b672364 (diff)
Rename feature `clap_parser` to `clap`
Diffstat (limited to 'mingling/src')
-rw-r--r--mingling/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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;