Skip to content

Commit b14bf68

Browse files
bors[bot]Veetaha
andauthored
Merge #6011
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 <[email protected]>
2 parents 748a8ce + af8663f commit b14bf68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

editors/code/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,10 @@
879879
{
880880
"id": "unsafe",
881881
"description": "Style for unsafe operations"
882+
},
883+
{
884+
"id": "consuming",
885+
"description": "Style for non-Copy lvalues consumed by method/function call"
882886
}
883887
],
884888
"semanticTokenScopes": [

0 commit comments

Comments
 (0)