mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-24 21:20:00 +00:00
fix: Fix lifetime elision hint configuration key
This commit is contained in:
parent
cb1b7e18fe
commit
ecf2c98859
3 changed files with 4 additions and 4 deletions
|
|
@ -800,7 +800,7 @@
|
|||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"rust-analyzer.inlayHints.lifetimeElisionHints": {
|
||||
"rust-analyzer.inlayHints.lifetimeElisionHints.enable": {
|
||||
"markdownDescription": "Whether to show inlay type hints for elided lifetimes in function signatures.",
|
||||
"default": "never",
|
||||
"type": "string",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue