mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
flatten modules
This commit is contained in:
parent
9f6883fbf1
commit
a4a1e08ab8
15 changed files with 37 additions and 40 deletions
|
@ -26,12 +26,16 @@ pub mod utils;
|
|||
mod validation;
|
||||
mod syntax_node;
|
||||
mod ptr;
|
||||
mod syntax_error;
|
||||
mod syntax_text;
|
||||
|
||||
pub use rowan::{SmolStr, TextRange, TextUnit};
|
||||
pub use crate::{
|
||||
ast::AstNode,
|
||||
syntax_kinds::SyntaxKind,
|
||||
syntax_node::{Direction, SyntaxError, SyntaxNode, WalkEvent, Location, TreeArc},
|
||||
syntax_error::{SyntaxError, SyntaxErrorKind, Location},
|
||||
syntax_text::SyntaxText,
|
||||
syntax_node::{Direction, SyntaxNode, WalkEvent, TreeArc},
|
||||
ptr::{SyntaxNodePtr, AstPtr},
|
||||
parsing::{tokenize, Token},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue