mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
first automatic changes
This commit is contained in:
parent
6ccee5360a
commit
b3177a157c
4 changed files with 8 additions and 7 deletions
|
@ -37,7 +37,7 @@ macro_rules! tokens {
|
|||
}
|
||||
|
||||
impl Token {
|
||||
pub const LEGEND: &[SemanticTokenType] = &[
|
||||
pub const LEGEND: &'static [SemanticTokenType] = &[
|
||||
$(SemanticTokenType::new($lsp_token)),*
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue