Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Mar 30, 2024
1 parent 9b46146 commit ba39ca6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler/rustc_parse/src/lexer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ impl<'psess, 'src> StringReader<'psess, 'src> {
if let rustc_lexer::TokenKind::Semi
| rustc_lexer::TokenKind::LineComment { .. }
| rustc_lexer::TokenKind::BlockComment { .. }
| rustc_lexer::TokenKind::OpenParen
| rustc_lexer::TokenKind::OpenBrace
| rustc_lexer::TokenKind::OpenBracket
| rustc_lexer::TokenKind::CloseParen
| rustc_lexer::TokenKind::CloseBrace
| rustc_lexer::TokenKind::CloseBracket = token.kind
Expand Down

0 comments on commit ba39ca6

Please sign in to comment.