mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Run rustfmt
This commit is contained in:
parent
6c24765cd4
commit
f4bcae32fe
1 changed files with 1 additions and 3 deletions
|
@ -202,9 +202,7 @@ impl<'a> Converter<'a> {
|
|||
err = "Unknown lifetime prefix";
|
||||
LIFETIME_IDENT
|
||||
}
|
||||
rustc_lexer::TokenKind::RawLifetime => {
|
||||
LIFETIME_IDENT
|
||||
}
|
||||
rustc_lexer::TokenKind::RawLifetime => LIFETIME_IDENT,
|
||||
|
||||
rustc_lexer::TokenKind::Semi => T![;],
|
||||
rustc_lexer::TokenKind::Comma => T![,],
|
||||
|
|
Loading…
Reference in a new issue