aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/comp/flags.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/src/comp/flags.rs')
-rw-r--r--mingling_core/src/comp/flags.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/src/comp/flags.rs b/mingling_core/src/comp/flags.rs
index 424fe8b..9a88d2e 100644
--- a/mingling_core/src/comp/flags.rs
+++ b/mingling_core/src/comp/flags.rs
@@ -5,7 +5,7 @@ use just_fmt::snake_case;
/// This enum defines the supported shell types that can be used for
/// generating shell-specific command syntax, scripts, or completions.
#[derive(Default, Debug, Clone)]
-#[cfg_attr(feature = "general_renderer", derive(serde::Serialize))]
+#[cfg_attr(feature = "structural_renderer", derive(serde::Serialize))]
pub enum ShellFlag {
/// Represents the Bash shell.
#[default]