Skip to content

Commit

Permalink
docs(schema): Raise awareness of validation when updating
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Dec 11, 2023
1 parent 66ce16c commit 48c72b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cargo/util_schemas/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ pub struct TomlManifest {
pub workspace: Option<TomlWorkspace>,
pub badges: Option<InheritableBtreeMap>,
pub lints: Option<InheritableLints>,
// when adding new fields, be sure to check whether `to_virtual_manifest` should disallow them
}

impl TomlManifest {
Expand Down

0 comments on commit 48c72b9

Please sign in to comment.