mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
add ast::tokens
This commit is contained in:
parent
f874d372bb
commit
ae282d8da6
10 changed files with 124 additions and 119 deletions
|
@ -1,14 +1,9 @@
|
|||
use hir::{
|
||||
db::HirDatabase,
|
||||
source_binder::function_from_child_node
|
||||
source_binder::function_from_child_node,
|
||||
};
|
||||
use ra_syntax::{
|
||||
ast::{
|
||||
self,
|
||||
AstNode,
|
||||
PatKind,
|
||||
ExprKind
|
||||
},
|
||||
ast::{self, AstNode, AstToken, PatKind, ExprKind},
|
||||
TextRange,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue