mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-13 00:17:15 +00:00
Merge #2571
2571: Fixed a typo in settings r=matklad a=omerbenamram @lnicola found a typo in the description for one of the settings introduced in #2559. Co-authored-by: Omer Ben-Amram <omerbenamram@gmail.com>
This commit is contained in:
commit
ba6312a2df
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@
|
|||
},
|
||||
{
|
||||
"id": "ralsp.type.lifetime",
|
||||
"description": "Color for `Self` param type",
|
||||
"description": "Color for lifetimes parameters",
|
||||
"defaults": {
|
||||
"dark": "#4EC9B0",
|
||||
"light": "#267F99",
|
||||
|
|
Loading…
Reference in a new issue