Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/src/lib.rs')
-rw-r--r--crates/syntax/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/syntax/src/lib.rs b/crates/syntax/src/lib.rs
index 614678536a..204ebbd263 100644
--- a/crates/syntax/src/lib.rs
+++ b/crates/syntax/src/lib.rs
@@ -30,7 +30,6 @@ mod syntax_error;
mod syntax_node;
#[cfg(test)]
mod tests;
-mod token_text;
mod validation;
pub mod algo;
@@ -54,7 +53,6 @@ pub use crate::{
PreorderWithTokens, RustLanguage, SyntaxElement, SyntaxElementChildren, SyntaxNode,
SyntaxNodeChildren, SyntaxToken, SyntaxTreeBuilder,
},
- token_text::TokenText,
};
pub use parser::{Edition, SyntaxKind, T};
pub use rowan::{