Skip to content

Commit e392494

Browse files
dilovancelikiffyio
andauthored
Update src/ast/mod.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 89ee390 commit e392494

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ast/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7914,7 +7914,6 @@ impl Display for MergeClause {
79147914
/// Example:
79157915
/// OUTPUT $action, deleted.* INTO dbo.temp_products;
79167916
/// [mssql](https://learn.microsoft.com/en-us/sql/t-sql/queries/output-clause-transact-sql)
7917-
79187917
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
79197918
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
79207919
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]

0 commit comments

Comments
 (0)