Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | docs/user/generated_config.adoc | 5 | ||||
| -rw-r--r-- | editors/code/package.json | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index b33a2e7952..1bfb8a917a 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -486,11 +486,6 @@ Whether to show inlay type hints for elided lifetimes in function signatures. -- Whether to prefer using parameter names as the name for elided lifetime hints if possible. -- -[[rust-analyzer.inlayHints.locationLinks]]rust-analyzer.inlayHints.locationLinks (default: `true`):: -+ --- -Whether to use location links for parts of type mentioned in inlay hints. --- [[rust-analyzer.inlayHints.maxLength]]rust-analyzer.inlayHints.maxLength (default: `25`):: + -- diff --git a/editors/code/package.json b/editors/code/package.json index 930564bd7c..599e9c5a7b 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1038,11 +1038,6 @@ "default": false, "type": "boolean" }, - "rust-analyzer.inlayHints.locationLinks": { - "markdownDescription": "Whether to use location links for parts of type mentioned in inlay hints.", - "default": true, - "type": "boolean" - }, "rust-analyzer.inlayHints.maxLength": { "markdownDescription": "Maximum length for inlay hints. Set to null to have an unlimited length.", "default": 25, |