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 7bc3c23 commit 53c39d4Copy full SHA for 53c39d4
src/ast/ddl.rs
@@ -4195,7 +4195,7 @@ impl fmt::Display for OperatorPurpose {
4195
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
4196
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
4197
pub struct DropOperator {
4198
- /// IF EXISTS clause
+ /// `IF EXISTS` clause
4199
pub if_exists: bool,
4200
/// One or more operators to drop with their signatures
4201
pub operators: Vec<OperatorSignature>,
0 commit comments