mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +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…
Add table
Add a link
Reference in a new issue