diff options
Diffstat (limited to 'src/syntax/ast/mod.rs')
| -rw-r--r-- | src/syntax/ast/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax/ast/mod.rs b/src/syntax/ast/mod.rs index df0fbc23..0d394e54 100644 --- a/src/syntax/ast/mod.rs +++ b/src/syntax/ast/mod.rs @@ -8,4 +8,4 @@ pub use expr::*; pub use lit::*; pub use tree::*; -use super::*; +use super::{Ident, SpanVec, Spanned}; |
