mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 22:24:14 +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";
|
err = "Unknown lifetime prefix";
|
||||||
LIFETIME_IDENT
|
LIFETIME_IDENT
|
||||||
}
|
}
|
||||||
rustc_lexer::TokenKind::RawLifetime => {
|
rustc_lexer::TokenKind::RawLifetime => LIFETIME_IDENT,
|
||||||
LIFETIME_IDENT
|
|
||||||
}
|
|
||||||
|
|
||||||
rustc_lexer::TokenKind::Semi => T![;],
|
rustc_lexer::TokenKind::Semi => T![;],
|
||||||
rustc_lexer::TokenKind::Comma => T![,],
|
rustc_lexer::TokenKind::Comma => T![,],
|
||||||
|
|
Loading…
Reference in a new issue