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.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/syntax/src/lib.rs b/crates/syntax/src/lib.rs index e30f6cd79c..e0309756b8 100644 --- a/crates/syntax/src/lib.rs +++ b/crates/syntax/src/lib.rs @@ -33,7 +33,6 @@ mod token_text; #[cfg(test)] mod tests; -pub mod display; pub mod algo; pub mod ast; #[doc(hidden)] |