mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +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 either::Either;
|
||||
use hir::{known, Callable, HasVisibility, HirDisplay, Semantics, TypeInfo};
|
||||
use ide_db::{base_db::FileRange, helpers::FamousDefs, RootDatabase};
|
||||
use ide_db::{base_db::FileRange, famous_defs::FamousDefs, RootDatabase};
|
||||
use itertools::Itertools;
|
||||
use stdx::to_lower_snake_case;
|
||||
use syntax::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue