mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41: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
|
@ -102,7 +102,7 @@ use std::ops::Deref;
|
|||
// }
|
||||
// ----
|
||||
|
||||
use ide_db::helpers::{import_assets::LocatedImport, insert_use::ImportScope};
|
||||
use ide_db::imports::{import_assets::LocatedImport, insert_use::ImportScope};
|
||||
use itertools::Itertools;
|
||||
use syntax::{ast, AstNode, GreenNode, SyntaxNode};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue