Skip to content

Commit f932d39

Browse files
committed
Regen config
1 parent 3a95864 commit f932d39

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

docs/user/generated_config.adoc

-5
Original file line numberDiff line numberDiff line change
@@ -486,11 +486,6 @@ Whether to show inlay type hints for elided lifetimes in function signatures.
486486
--
487487
Whether to prefer using parameter names as the name for elided lifetime hints if possible.
488488
--
489-
[[rust-analyzer.inlayHints.locationLinks]]rust-analyzer.inlayHints.locationLinks (default: `true`)::
490-
+
491-
--
492-
Whether to use location links for parts of type mentioned in inlay hints.
493-
--
494489
[[rust-analyzer.inlayHints.maxLength]]rust-analyzer.inlayHints.maxLength (default: `25`)::
495490
+
496491
--

editors/code/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -1038,11 +1038,6 @@
10381038
"default": false,
10391039
"type": "boolean"
10401040
},
1041-
"rust-analyzer.inlayHints.locationLinks": {
1042-
"markdownDescription": "Whether to use location links for parts of type mentioned in inlay hints.",
1043-
"default": true,
1044-
"type": "boolean"
1045-
},
10461041
"rust-analyzer.inlayHints.maxLength": {
10471042
"markdownDescription": "Maximum length for inlay hints. Set to null to have an unlimited length.",
10481043
"default": 25,

0 commit comments

Comments
 (0)