mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
simplify
This commit is contained in:
parent
4c1f9b8d4e
commit
61992dc1cd
5 changed files with 4 additions and 29 deletions
|
@ -4,7 +4,7 @@ mod builder;
|
|||
mod lexer;
|
||||
mod event;
|
||||
mod input;
|
||||
mod parser_api;
|
||||
mod parser;
|
||||
mod grammar;
|
||||
mod reparsing;
|
||||
|
||||
|
@ -14,7 +14,7 @@ use crate::{
|
|||
builder::GreenBuilder,
|
||||
input::ParserInput,
|
||||
event::EventProcessor,
|
||||
parser_api::Parser,
|
||||
parser::Parser,
|
||||
},
|
||||
syntax_node::GreenNode,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue