Skip to content

Commit d2f18fa

Browse files
SteveL-MSFTtgauth
authored andcommitted
Apply suggestions from code review
Co-authored-by: Tess Gauthier <tgauth@bu.edu>
1 parent 608944d commit d2f18fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/dsc-lib/src/configure/config_doc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ pub struct Configuration {
314314
#[serde(rename = "$schema")]
315315
#[schemars(schema_with = "Configuration::recognized_schema_uris_subschema")]
316316
pub schema: String,
317-
#[serde(rename = "contentVersion")]
318317
pub content_version: Option<String>,
319318
#[serde(skip_serializing_if = "Option::is_none")]
320319
pub directives: Option<ConfigDirective>,

0 commit comments

Comments
 (0)