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 eeb8ad66bd1..41e62116f88 100644 --- a/crates/parser/src/lib.rs +++ b/crates/parser/src/lib.rs @@ -10,7 +10,7 @@ //! //! The actual parsing happens in the `grammar` module. //! -//! Tests for this crate live in `ra_syntax` crate. +//! Tests for this crate live in `syntax` crate. #[macro_use] mod token_set; |
