We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ce16c commit 48c72b9Copy full SHA for 48c72b9
src/cargo/util_schemas/manifest.rs
@@ -45,6 +45,7 @@ pub struct TomlManifest {
45
pub workspace: Option<TomlWorkspace>,
46
pub badges: Option<InheritableBtreeMap>,
47
pub lints: Option<InheritableLints>,
48
+ // when adding new fields, be sure to check whether `to_virtual_manifest` should disallow them
49
}
50
51
impl TomlManifest {
0 commit comments