mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 03:14:30 +00:00
internal: remove dead code
This commit is contained in:
parent
e300f58d2c
commit
78c7940f5c
3 changed files with 9 additions and 115 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue