mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
move rename to a new mod
This commit is contained in:
parent
bc0f79f74a
commit
5c8cb56506
8 changed files with 233 additions and 105 deletions
|
@ -1,7 +1,6 @@
|
|||
use ra_db::{SyntaxDatabase};
|
||||
use ra_syntax::{
|
||||
AstNode, SyntaxNode, TreeArc,
|
||||
ast::self,
|
||||
AstNode, SyntaxNode, TreeArc, ast,
|
||||
algo::{find_covering_node, find_node_at_offset, find_leaf_at_offset, visit::{visitor, Visitor}},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue