diff --git a/crates/cargo-util-schemas/manifest.schema.json b/crates/cargo-util-schemas/manifest.schema.json index cd45723b17a..d5a7e16c8de 100644 --- a/crates/cargo-util-schemas/manifest.schema.json +++ b/crates/cargo-util-schemas/manifest.schema.json @@ -605,13 +605,13 @@ } }, { - "description": "Metadata of this feature.", + "description": "Unstable feature `feature-metadata`. Metadata of this feature.", "$ref": "#/$defs/FeatureMetadata" } ] }, "FeatureMetadata": { - "description": "Metadata of a feature.", + "description": "Unstable feature `feature-metadata`. Metadata of a feature.", "type": "object", "properties": { "enables": {