From 5c7a52999abf03dae9c69ffb5dec4c9347e57218 Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Wed, 10 Jul 2024 11:49:11 +0200 Subject: [PATCH] Remove dead code in config.rs --- crates/rust-analyzer/src/config.rs | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/crates/rust-analyzer/src/config.rs b/crates/rust-analyzer/src/config.rs index 4c919b5876..3594cdda2e 100644 --- a/crates/rust-analyzer/src/config.rs +++ b/crates/rust-analyzer/src/config.rs @@ -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": [