mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
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 <veetaha2@gmail.com>
This commit is contained in:
commit
b14bf68ce6
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…
Add table
Add a link
Reference in a new issue