We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a2453 commit 80abe58Copy full SHA for 80abe58
src/parser/mod.rs
@@ -7540,7 +7540,7 @@ impl<'a> Parser<'a> {
7540
}))
7541
}
7542
7543
- /// Parse an operator signature for DROP OPERATOR
+ /// Parse an operator signature for a [Statement::DropOperator]
7544
/// Format: name ( { left_type | NONE } , right_type )
7545
fn parse_operator_signature(&mut self) -> Result<OperatorSignature, ParserError> {
7546
let name = self.parse_operator_name()?;
0 commit comments