aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/attr.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-01 22:42:41 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-01 22:42:41 +0800
commit0f9ca0745e3e80c751404f45cb2b97d4d14c97d3 (patch)
tree20d1c5c93b11397db27263820e3863bbb2ac11e5 /mingling_macros/src/attr.rs
parente2050f6b6694733931edc6363194197c323b7d25 (diff)
refactor!: rename `extra_macros` feature to `extras`HEADmainfeat/new-pipeline-model
Update all references across docs, examples, and configuration files to use the shorter `extras` feature name.
Diffstat (limited to 'mingling_macros/src/attr.rs')
-rw-r--r--mingling_macros/src/attr.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mingling_macros/src/attr.rs b/mingling_macros/src/attr.rs
index 8c17878..54fe2f1 100644
--- a/mingling_macros/src/attr.rs
+++ b/mingling_macros/src/attr.rs
@@ -1,5 +1,5 @@
pub(crate) mod chain;
-#[cfg(feature = "extra_macros")]
+#[cfg(feature = "extras")]
pub(crate) mod command;
#[cfg(feature = "comp")]
pub(crate) mod completion;
@@ -7,6 +7,6 @@ pub(crate) mod completion;
pub(crate) mod dispatcher_clap;
pub(crate) mod help;
pub(crate) mod mlint;
-#[cfg(feature = "extra_macros")]
+#[cfg(feature = "extras")]
pub(crate) mod program_setup;
pub(crate) mod renderer;