Skip to content

Commit 5c7a529

Browse files
authored
Remove dead code in config.rs
1 parent 35b4957 commit 5c7a529

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

crates/rust-analyzer/src/config.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2885,19 +2885,6 @@ fn field_props(field: &str, ty: &str, doc: &[&str], default: &str) -> serde_json
28852885
"Only show discriminant hints on fieldless enum variants."
28862886
]
28872887
},
2888-
"GenericParameterHintsDef" => set! {
2889-
"type": "string",
2890-
"enum": [
2891-
"always",
2892-
"never",
2893-
"const_only"
2894-
],
2895-
"enumDescriptions": [
2896-
"Always show generic parameter hints.",
2897-
"Never show generic parameter hints.",
2898-
"Only show const generic parameter hints."
2899-
]
2900-
},
29012888
"AdjustmentHintsModeDef" => set! {
29022889
"type": "string",
29032890
"enum": [

0 commit comments

Comments
 (0)