mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-24 12:03:31 +00:00
Fix typo in settings description
Remove a duplicate word from the description of the `warningsAsHint` setting.
This commit is contained in:
parent
7a02cc8845
commit
c04b2e39da
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@
|
|||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "List of warnings warnings that should be displayed with hint severity.\nThe warnings will be indicated by faded text or three dots in code and will not show up in the problems panel.",
|
||||
"description": "List of warnings that should be displayed with hint severity.\nThe warnings will be indicated by faded text or three dots in code and will not show up in the problems panel.",
|
||||
"default": []
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue