diff options
Diffstat (limited to 'crates/ra_syntax/src')
-rw-r--r-- | crates/ra_syntax/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_syntax/src/lib.rs b/crates/ra_syntax/src/lib.rs index 39c25dbdc..65c65d6aa 100644 --- a/crates/ra_syntax/src/lib.rs +++ b/crates/ra_syntax/src/lib.rs | |||
@@ -33,6 +33,7 @@ pub mod fuzz; | |||
33 | 33 | ||
34 | pub use rowan::{SmolStr, TextRange, TextUnit}; | 34 | pub use rowan::{SmolStr, TextRange, TextUnit}; |
35 | pub use ra_parser::SyntaxKind; | 35 | pub use ra_parser::SyntaxKind; |
36 | pub use ra_parser::T; | ||
36 | pub use crate::{ | 37 | pub use crate::{ |
37 | ast::AstNode, | 38 | ast::AstNode, |
38 | syntax_error::{SyntaxError, SyntaxErrorKind, Location}, | 39 | syntax_error::{SyntaxError, SyntaxErrorKind, Location}, |