Skip to content

Commit b6f0b07

Browse files
Update src/parser/mod.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 3c76295 commit b6f0b07

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
@@ -17372,7 +17372,7 @@ impl<'a> Parser<'a> {
1737217372
/// Parse remainder of `CREATE TYPE AS (attributes)` statement (composite type)
1737317373
///
1737417374
/// See [PostgreSQL](https://www.postgresql.org/docs/current/sql-createtype.html)
17375-
pub fn parse_create_type_composite(
17375+
fn parse_create_type_composite(
1737617376
&mut self,
1737717377
name: ObjectName,
1737817378
) -> Result<Statement, ParserError> {

0 commit comments

Comments
 (0)