We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b04f18 commit 0c7f509Copy full SHA for 0c7f509
crates/spirv-builder/src/lib.rs
@@ -130,13 +130,13 @@ const SPIRV_TARGET_PREFIX: &str = "spirv-unknown-";
130
#[cfg_attr(feature = "clap", derive(clap::ValueEnum))]
131
pub enum MetadataPrintout {
132
/// Print no cargo metadata.
133
+ #[default]
134
None,
135
/// Print only dependency information (eg for multiple modules).
136
DependencyOnly,
137
/// Print all cargo metadata.
138
///
139
/// Includes dependency information and spirv environment variable.
- #[default]
140
Full,
141
}
142
0 commit comments