mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
move syntax tests to unit tests
This commit is contained in:
parent
4d544fbf9b
commit
459241f272
512 changed files with 12 additions and 13 deletions
|
@ -24,6 +24,8 @@ mod syntax_error;
|
|||
mod parsing;
|
||||
mod validation;
|
||||
mod ptr;
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
pub mod algo;
|
||||
pub mod ast;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue