Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 97de846

Browse files
ramnesiffyio
andauthored
Function doesn't need to be public
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
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-
pubfn 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)

AltStyle によって変換されたページ (->オリジナル) /