Skip to content

Commit 640c8b7

Browse files
committed
Move custom async modifier to standard one
1 parent 23fff55 commit 640c8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/lsp/semantic_tokens.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ macro_rules! define_semantic_token_modifiers {
127127

128128
define_semantic_token_modifiers![
129129
standard {
130+
ASYNC,
130131
DOCUMENTATION,
131132
DECLARATION,
132133
STATIC,
133134
DEFAULT_LIBRARY,
134135
}
135136
custom {
136137
(ASSOCIATED, "associated"),
137-
(ASYNC, "async"),
138138
(ATTRIBUTE_MODIFIER, "attribute"),
139139
(CALLABLE, "callable"),
140140
(CONSTANT, "constant"),

0 commit comments

Comments
 (0)