diff options
Diffstat (limited to 'crates/ra_syntax/src/lib.rs')
-rw-r--r-- | crates/ra_syntax/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_syntax/src/lib.rs b/crates/ra_syntax/src/lib.rs index 7f69b86e1..4c4e0580a 100644 --- a/crates/ra_syntax/src/lib.rs +++ b/crates/ra_syntax/src/lib.rs | |||
@@ -24,6 +24,8 @@ mod syntax_error; | |||
24 | mod parsing; | 24 | mod parsing; |
25 | mod validation; | 25 | mod validation; |
26 | mod ptr; | 26 | mod ptr; |
27 | #[cfg(test)] | ||
28 | mod tests; | ||
27 | 29 | ||
28 | pub mod algo; | 30 | pub mod algo; |
29 | pub mod ast; | 31 | pub mod ast; |