diff options
Diffstat (limited to 'crates/ra_hir_def/src/body.rs')
-rw-r--r-- | crates/ra_hir_def/src/body.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_hir_def/src/body.rs b/crates/ra_hir_def/src/body.rs index fe659386a..9a9a605dd 100644 --- a/crates/ra_hir_def/src/body.rs +++ b/crates/ra_hir_def/src/body.rs | |||
@@ -6,11 +6,11 @@ pub mod scope; | |||
6 | use std::{mem, ops::Index, sync::Arc}; | 6 | use std::{mem, ops::Index, sync::Arc}; |
7 | 7 | ||
8 | use arena::{map::ArenaMap, Arena}; | 8 | use arena::{map::ArenaMap, Arena}; |
9 | use base_db::CrateId; | ||
9 | use cfg::CfgOptions; | 10 | use cfg::CfgOptions; |
10 | use drop_bomb::DropBomb; | 11 | use drop_bomb::DropBomb; |
11 | use either::Either; | 12 | use either::Either; |
12 | use hir_expand::{ast_id_map::AstIdMap, hygiene::Hygiene, AstId, HirFileId, InFile, MacroDefId}; | 13 | use hir_expand::{ast_id_map::AstIdMap, hygiene::Hygiene, AstId, HirFileId, InFile, MacroDefId}; |
13 | use ra_db::CrateId; | ||
14 | use rustc_hash::FxHashMap; | 14 | use rustc_hash::FxHashMap; |
15 | use syntax::{ast, AstNode, AstPtr}; | 15 | use syntax::{ast, AstNode, AstPtr}; |
16 | use test_utils::mark; | 16 | use test_utils::mark; |
@@ -320,7 +320,7 @@ impl BodySourceMap { | |||
320 | 320 | ||
321 | #[cfg(test)] | 321 | #[cfg(test)] |
322 | mod tests { | 322 | mod tests { |
323 | use ra_db::{fixture::WithFixture, SourceDatabase}; | 323 | use base_db::{fixture::WithFixture, SourceDatabase}; |
324 | use test_utils::mark; | 324 | use test_utils::mark; |
325 | 325 | ||
326 | use crate::ModuleDefId; | 326 | use crate::ModuleDefId; |