mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
introduced better typed AstPtr
This commit is contained in:
parent
e22b6edae5
commit
d4ed25d86f
3 changed files with 40 additions and 9 deletions
|
@ -43,7 +43,7 @@ pub use crate::{
|
|||
lexer::{tokenize, Token},
|
||||
syntax_kinds::SyntaxKind,
|
||||
yellow::{Direction, SyntaxError, SyntaxNode, WalkEvent, Location, TreeArc},
|
||||
ptr::SyntaxNodePtr,
|
||||
ptr::{SyntaxNodePtr, AstPtr},
|
||||
};
|
||||
|
||||
use ra_text_edit::AtomTextEdit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue