We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bed977 commit 89a7789Copy full SHA for 89a7789
1 file changed
src/ast/visitor.rs
@@ -17,7 +17,7 @@
17
18
//! Recursive visitors for ast Nodes. See [`Visitor`] for more details.
19
20
-use crate::ast::{Expr, ObjectName, Query, Statement, TableFactor, Value, Select};
+use crate::ast::{Expr, ObjectName, Query, Select, Statement, TableFactor, Value};
21
use core::ops::ControlFlow;
22
23
/// A type that can be visited by a [`Visitor`]. See [`Visitor`] for
0 commit comments