mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
Document "consuming" semantic tokens modifier
This commit is contained in:
parent
748a8ced60
commit
af8663f2e6
1 changed files with 4 additions and 0 deletions
|
@ -879,6 +879,10 @@
|
||||||
{
|
{
|
||||||
"id": "unsafe",
|
"id": "unsafe",
|
||||||
"description": "Style for unsafe operations"
|
"description": "Style for unsafe operations"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "consuming",
|
||||||
|
"description": "Style for non-Copy lvalues consumed by method/function call"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"semanticTokenScopes": [
|
"semanticTokenScopes": [
|
||||||
|
|
Loading…
Reference in a new issue