mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-03 13:13:18 +00:00
Document "consuming" semantic tokens modifier
This commit is contained in:
parent
748a8ced60
commit
af8663f2e6
@ -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…
x
Reference in New Issue
Block a user