introduced better typed AstPtr

This commit is contained in:
Aleksey Kladov 2019-01-23 18:26:02 +03:00
parent e22b6edae5
commit d4ed25d86f
3 changed files with 40 additions and 9 deletions

View file

@ -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;