Skip to content

Commit ddd7c4b

Browse files
ya7010yassun7010
andauthored
chore: description. (SchemaStore#4554)
Co-authored-by: yassun7010 <[email protected]>
1 parent d4b1523 commit ddd7c4b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/schemas/json/cargo.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -903,22 +903,24 @@
903903
}
904904
},
905905
"Strip": {
906-
"description": "The strip option controls the -C strip flag, which directs rustc to strip either symbols or debuginfo from a binary.",
907906
"oneOf": [
908907
{
909908
"type": "string",
909+
"description": "The strip option controls the -C strip flag, which directs rustc to strip either symbols or debuginfo from a binary.",
910910
"enum": ["none", "debuginfo", "symbols"],
911911
"default": "none"
912912
},
913913
{
914914
"type": "boolean",
915915
"enum": [true],
916-
"description": "Equivalent to \"symbols\"."
916+
"title": "Equivalent to \"symbols\"",
917+
"description": "The strip option controls the -C strip flag, which directs rustc to strip either symbols or debuginfo from a binary."
917918
},
918919
{
919920
"type": "boolean",
920921
"enum": [false],
921-
"description": "Equivalent to \"none\"."
922+
"title": "Equivalent to \"none\"",
923+
"description": "The strip option controls the -C strip flag, which directs rustc to strip either symbols or debuginfo from a binary."
922924
}
923925
],
924926
"x-taplo": {

0 commit comments

Comments
 (0)