summaryrefslogtreecommitdiff
path: root/src/syntax/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax/mod.rs')
-rw-r--r--src/syntax/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syntax/mod.rs b/src/syntax/mod.rs
index 16e691a9..d1fc6b77 100644
--- a/src/syntax/mod.rs
+++ b/src/syntax/mod.rs
@@ -12,6 +12,7 @@ pub use ident::*;
pub use node::*;
pub use span::*;
pub use token::*;
+pub use visit::Visitor;
use crate::pretty::{Pretty, Printer};