We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329eef0 commit 8be1946Copy full SHA for 8be1946
src/tools/rust-analyzer/crates/parser/src/lexed_str.rs
@@ -202,9 +202,7 @@ impl<'a> Converter<'a> {
202
err = "Unknown lifetime prefix";
203
LIFETIME_IDENT
204
}
205
- rustc_lexer::TokenKind::RawLifetime => {
206
- LIFETIME_IDENT
207
- }
+ rustc_lexer::TokenKind::RawLifetime => LIFETIME_IDENT,
208
209
rustc_lexer::TokenKind::Semi => T![;],
210
rustc_lexer::TokenKind::Comma => T![,],
0 commit comments