Remove dead code in config.rs

This commit is contained in:
Lukas Wirth 2024-07-10 11:49:11 +02:00 committed by GitHub
parent 35b4957b80
commit 5c7a52999a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2885,19 +2885,6 @@ fn field_props(field: &str, ty: &str, doc: &[&str], default: &str) -> serde_json
"Only show discriminant hints on fieldless enum variants."
]
},
"GenericParameterHintsDef" => set! {
"type": "string",
"enum": [
"always",
"never",
"const_only"
],
"enumDescriptions": [
"Always show generic parameter hints.",
"Never show generic parameter hints.",
"Only show const generic parameter hints."
]
},
"AdjustmentHintsModeDef" => set! {
"type": "string",
"enum": [