Skip to content

Commit 0c7f509

Browse files
committed
compile_codegen: change default MetadataPrintout to None
1 parent 3b04f18 commit 0c7f509

File tree

1 file changed

+1
-1
lines changed
  • crates/spirv-builder/src

1 file changed

+1
-1
lines changed

crates/spirv-builder/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ const SPIRV_TARGET_PREFIX: &str = "spirv-unknown-";
130130
#[cfg_attr(feature = "clap", derive(clap::ValueEnum))]
131131
pub enum MetadataPrintout {
132132
/// Print no cargo metadata.
133+
#[default]
133134
None,
134135
/// Print only dependency information (eg for multiple modules).
135136
DependencyOnly,
136137
/// Print all cargo metadata.
137138
///
138139
/// Includes dependency information and spirv environment variable.
139-
#[default]
140140
Full,
141141
}
142142

0 commit comments

Comments
 (0)