Skip to content

Commit 97de846

Browse files
ramnesiffyio
andauthored
Function doesn't need to be public
Co-authored-by: Ifeanyi Ubah <[email protected]>
1 parent 51621b5 commit 97de846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/alter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ impl Parser<'_> {
3939
))
4040
}
4141

42-
pub fn parse_alter_user(&mut self) -> Result<Statement, ParserError> {
42+
fn parse_alter_user(&mut self) -> Result<Statement, ParserError> {
4343
if dialect_of!(self is PostgreSqlDialect) {
4444
return self.parse_pg_alter_user();
4545
}

0 commit comments

Comments
 (0)