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

@@ -5,8 +5,7 @@ use std::mem;
use either::Either;
use hir::{InFile, Semantics};
use ide_db::{
active_parameter::ActiveParameter, defs::Definition, helpers::rust_doc::is_rust_fence,
SymbolKind,
active_parameter::ActiveParameter, defs::Definition, rust_doc::is_rust_fence, SymbolKind,
};
use syntax::{
ast::{self, AstNode, IsString, QuoteOffsets},