Skip to content

Commit 7da4615

Browse files
authored
Remove dead code in config.rs
1 parent 4988a49 commit 7da4615

File tree

1 file changed

+0
-13
lines changed
  • src/tools/rust-analyzer/crates/rust-analyzer/src

1 file changed

+0
-13
lines changed

src/tools/rust-analyzer/crates/rust-analyzer/src/config.rs

-13
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)