6011: Document "consuming" semantic tokens modifier r=jonas-schievink a=Veetaha

cc https://github.com/rust-analyzer/rust-analyzer/pull/5957/files

Co-authored-by: Veetaha <veetaha2@gmail.com>
This commit is contained in:
bors[bot] 2020-09-16 09:20:36 +00:00 committed by GitHub
commit b14bf68ce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -879,6 +879,10 @@
{
"id": "unsafe",
"description": "Style for unsafe operations"
},
{
"id": "consuming",
"description": "Style for non-Copy lvalues consumed by method/function call"
}
],
"semanticTokenScopes": [