first automatic changes

This commit is contained in:
Folkert 2023-11-18 22:38:04 +01:00
parent 6ccee5360a
commit b3177a157c
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
4 changed files with 8 additions and 7 deletions

View file

@ -37,7 +37,7 @@ macro_rules! tokens {
}
impl Token {
pub const LEGEND: &[SemanticTokenType] = &[
pub const LEGEND: &'static [SemanticTokenType] = &[
$(SemanticTokenType::new($lsp_token)),*
];
}