mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
move reparsing tests
This commit is contained in:
parent
16ad5384f0
commit
46cee0415c
3 changed files with 140 additions and 129 deletions
|
@ -27,6 +27,10 @@ extern crate parking_lot;
|
|||
extern crate smol_str;
|
||||
extern crate text_unit;
|
||||
|
||||
#[cfg(test)]
|
||||
#[macro_use]
|
||||
extern crate test_utils;
|
||||
|
||||
pub mod algo;
|
||||
pub mod ast;
|
||||
mod lexer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue