Fix Typo in rust language guide (#18383)

Hyunmin Woo (Hanul) created

Release Notes:

- N/A

Change summary

docs/src/languages/rust.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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"