Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-def/src/lower.rs')
| -rw-r--r-- | crates/hir-def/src/lower.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-def/src/lower.rs b/crates/hir-def/src/lower.rs index 395b69d284..2fa6acdf17 100644 --- a/crates/hir-def/src/lower.rs +++ b/crates/hir-def/src/lower.rs @@ -2,10 +2,10 @@ use std::cell::OnceCell; use hir_expand::{ - ast_id_map::{AstIdMap, AstIdNode}, span_map::{SpanMap, SpanMapRef}, AstId, HirFileId, InFile, }; +use span::{AstIdMap, AstIdNode}; use syntax::ast; use triomphe::Arc; |