mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Borrowed AST
This commit is contained in:
parent
70097504f7
commit
d3c90ded2b
16 changed files with 350 additions and 343 deletions
|
@ -41,7 +41,7 @@ mod yellow;
|
|||
pub mod utils;
|
||||
|
||||
pub use {
|
||||
ast::{AstNode, File},
|
||||
ast::{AstNode, ParsedFile},
|
||||
lexer::{tokenize, Token},
|
||||
syntax_kinds::SyntaxKind,
|
||||
text_unit::{TextRange, TextUnit},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue