Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 06c6bcab9e..0343abd0a3 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -812,11 +812,11 @@
"enumDescriptions": [
"Always show lifetime elision hints.",
"Never show lifetime elision hints.",
- "Always show lifetime elision hints but skip them for trivial single input to output mapping."
+ "Only show lifetime elision hints if a return type is involved."
]
},
- "rust-analyzer.inlayHints.paramNamesForLifetimeElisionHints": {
- "markdownDescription": "Whether to show prefer using parameter names as the name for elided lifetime hints.",
+ "rust-analyzer.inlayHints.lifetimeElisionHints.useParameterNames": {
+ "markdownDescription": "Whether to prefer using parameter names as the name for elided lifetime hints if possible.",
"default": false,
"type": "boolean"
},