diff options
Diffstat (limited to 'crates/parser/src/lib.rs')
-rw-r--r-- | crates/parser/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/parser/src/lib.rs b/crates/parser/src/lib.rs index eeb8ad66b..41e62116f 100644 --- a/crates/parser/src/lib.rs +++ b/crates/parser/src/lib.rs | |||
@@ -10,7 +10,7 @@ | |||
10 | //! | 10 | //! |
11 | //! The actual parsing happens in the `grammar` module. | 11 | //! The actual parsing happens in the `grammar` module. |
12 | //! | 12 | //! |
13 | //! Tests for this crate live in `ra_syntax` crate. | 13 | //! Tests for this crate live in `syntax` crate. |
14 | 14 | ||
15 | #[macro_use] | 15 | #[macro_use] |
16 | mod token_set; | 16 | mod token_set; |