From b9b689d3221b6bcbea349b98a480d8e8f87fa802 Mon Sep 17 00:00:00 2001 From: "Hyunmin Woo (Hanul)" Date: Thu, 26 Sep 2024 19:24:29 +0900 Subject: [PATCH] Fix Typo in rust language guide (#18383) Release Notes: - N/A --- docs/src/languages/rust.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"