mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 13:18:47 +00:00
Fix typo in description of vscode setting
This commit is contained in:
parent
f51b0cfdd6
commit
bc11d46230
1 changed files with 1 additions and 1 deletions
|
@ -554,7 +554,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 te problems panel.",
|
||||
"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.",
|
||||
"default": []
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue