mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
cleanup imports
This commit is contained in:
parent
8a6d270ecc
commit
1edec77e58
2 changed files with 5 additions and 6 deletions
|
@ -38,7 +38,7 @@ use ra_text_edit::AtomTextEdit;
|
|||
use crate::syntax_node::GreenNode;
|
||||
|
||||
pub use crate::{
|
||||
ast::{AstNode, Pat, PatKind},
|
||||
ast::{AstNode, AstToken},
|
||||
parsing::{classify_literal, tokenize, Token},
|
||||
ptr::{AstPtr, SyntaxNodePtr},
|
||||
syntax_error::{Location, SyntaxError, SyntaxErrorKind},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue