diff --git a/docs/src/languages/rust.md b/docs/src/languages/rust.md index 02e90d60a4..330b5fa9d0 100644 --- a/docs/src/languages/rust.md +++ b/docs/src/languages/rust.md @@ -23,8 +23,8 @@ The following configuration can be used to change the inlay hint settings for `r "inlayHints": { "maxLength": null, "lifetimeElisionHints": { - "enable": "skip_trivial" - "useParameterNames": true, + "enable": "skip_trivial", + "useParameterNames": true }, "closureReturnTypeHints": { "enable": "always"