Fix Typo in rust language guide (#18383)

Release Notes:

- N/A
This commit is contained in:
Hyunmin Woo (Hanul) 2024-09-26 19:24:29 +09:00 committed by GitHub
parent 2d2e20f9d4
commit b9b689d322
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"