Skip to content

Commit 4705f52

Browse files
committed
SetExpr
1 parent a231a83 commit 4705f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/visitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
//! Recursive visitors for ast Nodes. See [`Visitor`] for more details.
1414
15-
use crate::ast::{Expr, ObjectName, Query, Statement, TableFactor};
15+
use crate::ast::{Expr, ObjectName, Query, SetExpr, Statement, TableFactor};
1616
use core::ops::ControlFlow;
1717

1818
/// A type that can be visited by a [`Visitor`]. See [`Visitor`] for

0 commit comments

Comments
 (0)