mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Rename ra_syntax -> syntax
This commit is contained in:
parent
3d6889cba7
commit
a1c187eef3
958 changed files with 353 additions and 363 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue