Skip to content

Commit ddb163c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7917,7 +7917,7 @@ impl Display for MergeClause {
79177917
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
79187918
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
79197919
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
7920-
pub struct Output {
7920+
pub struct OutputClause {
79217921
pub select_items: Vec<SelectItem>,
79227922
pub into_table: SelectInto,
79237923
}

0 commit comments

Comments
 (0)