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, 0 insertions, 1 deletions
diff --git a/src/syntax/mod.rs b/src/syntax/mod.rs
index af6715c6..8bb6931a 100644
--- a/src/syntax/mod.rs
+++ b/src/syntax/mod.rs
@@ -12,7 +12,6 @@ pub use ident::*;
pub use node::*;
pub use span::*;
pub use token::*;
-pub use visit::Visitor;
use crate::pretty::{Pretty, Printer};