diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-09-16 09:20:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-16 09:20:36 +0000 |
| commit | b14bf68ce62bc712ed9ca9f977dd7efbd6fe4fd7 (patch) | |
| tree | 72ddbd42ae77158c4f4c0ad95f83dd4d37bcac66 | |
| parent | 748a8ced609004536b78a24eaa0325d2ff947f44 (diff) | |
| parent | af8663f2e6926f9e6de5f1f8e5b0a508be543ff6 (diff) | |
| download | rust-b14bf68ce62bc712ed9ca9f977dd7efbd6fe4fd7.tar.gz rust-b14bf68ce62bc712ed9ca9f977dd7efbd6fe4fd7.zip | |
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>
| -rw-r--r-- | editors/code/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 86a70a89a73..c57fbdda2a6 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -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": [ |
