mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
internal: Re-arrange ide_db modules
This commit is contained in:
parent
c1f91c93b2
commit
ab21cf2f4f
84 changed files with 667 additions and 681 deletions
|
@ -1,6 +1,6 @@
|
|||
use hir::Semantics;
|
||||
use ide_db::{
|
||||
helpers::{insert_whitespace_into_node::insert_ws_into, pick_best_token},
|
||||
helpers::pick_best_token, syntax_helpers::insert_whitespace_into_node::insert_ws_into,
|
||||
RootDatabase,
|
||||
};
|
||||
use syntax::{ast, ted, AstNode, NodeOrToken, SyntaxKind, SyntaxNode, T};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue