Skip to content

Commit e35c3eb

Browse files
remysaissyiffyio
andcommitted
Update src/parser/mod.rs
Co-authored-by: Ifeanyi Ubah <[email protected]>
1 parent 364e099 commit e35c3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8912,7 +8912,7 @@ impl<'a> Parser<'a> {
89128912
})
89138913
}
89148914

8915-
fn parse_parenthesized_columns(&mut self) -> Result<Vec<ColumnDef>, ParserError> {
8915+
fn parse_returns_table_columns(&mut self) -> Result<Vec<ColumnDef>, ParserError> {
89168916
self.expect_token(&Token::LParen)?;
89178917
let columns = self.parse_comma_separated(Parser::parse_returns_table_column)?;
89188918
self.expect_token(&Token::RParen)?;

0 commit comments

Comments
 (0)