internal: Re-arrange ide_db modules

This commit is contained in:
Lukas Wirth 2022-03-06 19:01:30 +01:00
parent c1f91c93b2
commit ab21cf2f4f
84 changed files with 667 additions and 681 deletions

View file

@ -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};