Skip to content

Commit 8be1946

Browse files
committed
Run rustfmt
1 parent 329eef0 commit 8be1946

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/tools/rust-analyzer/crates/parser/src/lexed_str.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,7 @@ impl<'a> Converter<'a> {
202202
err = "Unknown lifetime prefix";
203203
LIFETIME_IDENT
204204
}
205-
rustc_lexer::TokenKind::RawLifetime => {
206-
LIFETIME_IDENT
207-
}
205+
rustc_lexer::TokenKind::RawLifetime => LIFETIME_IDENT,
208206

209207
rustc_lexer::TokenKind::Semi => T![;],
210208
rustc_lexer::TokenKind::Comma => T![,],

0 commit comments

Comments
 (0)