Skip to content

Commit 53c39d4

Browse files
Update ddl.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 7bc3c23 commit 53c39d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/ddl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4195,7 +4195,7 @@ impl fmt::Display for OperatorPurpose {
41954195
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
41964196
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
41974197
pub struct DropOperator {
4198-
/// IF EXISTS clause
4198+
/// `IF EXISTS` clause
41994199
pub if_exists: bool,
42004200
/// One or more operators to drop with their signatures
42014201
pub operators: Vec<OperatorSignature>,

0 commit comments

Comments
 (0)