mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
move SyntaxPtr to ra_syntax
This commit is contained in:
parent
81fcfc55d2
commit
7b901f86cd
12 changed files with 109 additions and 108 deletions
|
@ -35,6 +35,7 @@ mod syntax_kinds;
|
|||
pub mod utils;
|
||||
mod validation;
|
||||
mod yellow;
|
||||
mod ptr;
|
||||
|
||||
pub use rowan::{SmolStr, TextRange, TextUnit};
|
||||
pub use crate::{
|
||||
|
@ -42,6 +43,7 @@ pub use crate::{
|
|||
lexer::{tokenize, Token},
|
||||
syntax_kinds::SyntaxKind,
|
||||
yellow::{Direction, SyntaxError, SyntaxNode, WalkEvent, Location, TreeArc},
|
||||
ptr::SyntaxNodePtr,
|
||||
};
|
||||
|
||||
use ra_text_edit::AtomTextEdit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue