File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments