Skip to content

Commit 496131c

Browse files
committed
remove comment
1 parent 1b3198e commit 496131c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/parser/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10323,8 +10323,6 @@ impl<'a> Parser<'a> {
1032310323

1032410324
let mut pipe_operators = Vec::new();
1032510325

10326-
// Syntax from "SQL Has Problems. We Can Fix Them: Pipe Syntax In SQL"
10327-
// https://storage.googleapis.com/gweb-research2023-media/pubtools/1004848.pdf
1032810326
while self.consume_token(&Token::VerticalBarRightAngleBracket) {
1032910327
let kw = self.expect_one_of_keywords(&[
1033010328
Keyword::SELECT,

0 commit comments

Comments
 (0)