Skip to content

Commit b89d16c

Browse files
guan404mingiffyio
andauthored
Apply suggestions from code review
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 74ce546 commit b89d16c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/parser/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17925,8 +17925,8 @@ impl<'a> Parser<'a> {
1792517925
})
1792617926
}
1792717927

17928-
/// Parse a transaction modifier keyword that can follow a BEGIN statement.
17929-
pub fn parse_transaction_modifier(&mut self) -> Option<TransactionModifier> {
17928+
/// Parse a transaction modifier keyword that can follow a `BEGIN` statement.
17929+
pub(crate) fn parse_transaction_modifier(&mut self) -> Option<TransactionModifier> {
1793017930
if !self.dialect.supports_start_transaction_modifier() {
1793117931
None
1793217932
} else if self.parse_keyword(Keyword::DEFERRED) {

0 commit comments

Comments
 (0)