Skip to content

Commit e6989fc

Browse files
dilovancelikiffyio
andauthored
Update src/parser/mod.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent afc3c5e commit e6989fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14589,7 +14589,7 @@ impl<'a> Parser<'a> {
1458914589
Ok(clauses)
1459014590
}
1459114591

14592-
pub fn parse_output(&mut self) -> Result<Output, ParserError> {
14592+
fn parse_output(&mut self) -> Result<Output, ParserError> {
1459314593
self.expect_keyword_is(Keyword::OUTPUT)?;
1459414594
let select_items = self.parse_projection()?;
1459514595
self.expect_keyword_is(Keyword::INTO)?;

0 commit comments

Comments
 (0)