mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Moved TokenSet into it's own file.
This commit is contained in:
parent
751562d2f7
commit
518cc87496
4 changed files with 41 additions and 37 deletions
|
@ -31,6 +31,7 @@ pub mod algo;
|
|||
pub mod ast;
|
||||
mod lexer;
|
||||
#[macro_use]
|
||||
mod token_set;
|
||||
mod parser_api;
|
||||
mod grammar;
|
||||
mod parser_impl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue