Update LSP docs

This commit is contained in:
Laurențiu Nicola 2022-03-04 08:26:44 +02:00
parent 4b16b9b74b
commit b9d74fe2ed
3 changed files with 11 additions and 8 deletions

View file

@ -233,7 +233,7 @@ pub enum InlayHints {}
impl Request for InlayHints {
type Params = InlayHintsParams;
type Result = Vec<InlayHint>;
const METHOD: &'static str = "rust-analyzer/inlayHints";
const METHOD: &'static str = "experimental/inlayHints";
}
#[derive(Serialize, Deserialize, Debug)]