internal: remove dead code

This commit is contained in:
Aleksey Kladov 2021-08-14 20:29:46 +03:00
parent e300f58d2c
commit 78c7940f5c
3 changed files with 9 additions and 115 deletions

View file

@ -47,7 +47,6 @@ use stdx::format_to;
use text_edit::Indel;
pub use crate::{
algo::InsertPosition,
ast::{AstNode, AstToken},
parsing::lexer::{lex_single_syntax_kind, lex_single_valid_syntax_kind, tokenize, Token},
ptr::{AstPtr, SyntaxNodePtr},