Skip to content

Commit 48c72b9

Browse files
committed
docs(schema): Raise awareness of validation when updating
1 parent 66ce16c commit 48c72b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cargo/util_schemas/manifest.rs

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pub struct TomlManifest {
4545
pub workspace: Option<TomlWorkspace>,
4646
pub badges: Option<InheritableBtreeMap>,
4747
pub lints: Option<InheritableLints>,
48+
// when adding new fields, be sure to check whether `to_virtual_manifest` should disallow them
4849
}
4950

5051
impl TomlManifest {

0 commit comments

Comments
 (0)