mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 00:47:18 +00:00
Remove dead code in config.rs
This commit is contained in:
parent
35b4957b80
commit
5c7a52999a
1 changed files with 0 additions and 13 deletions
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue