File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/tools/rust-analyzer/crates/hir-ty/src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33use base_db:: CrateId ;
44use hir_def:: layout:: TargetDataLayout ;
5- use ra_ap_rustc_abi :: { AlignFromBytesError , TargetDataLayoutErrors } ;
5+ use rustc_abi :: { AlignFromBytesError , TargetDataLayoutErrors } ;
66use triomphe:: Arc ;
77
88use crate :: db:: HirDatabase ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ use hir_def::{
1717use hir_expand:: { mod_path:: ModPath , HirFileIdExt , InFile } ;
1818use intern:: Interned ;
1919use la_arena:: ArenaMap ;
20- use ra_ap_rustc_abi :: TargetDataLayout ;
20+ use rustc_abi :: TargetDataLayout ;
2121use rustc_hash:: { FxHashMap , FxHashSet } ;
2222use stdx:: never;
2323use syntax:: { SyntaxNodePtr , TextRange } ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ use hir_def::{
2424} ;
2525use hir_expand:: name:: Name ;
2626use intern:: Interned ;
27- use ra_ap_rustc_abi :: TargetDataLayout ;
27+ use rustc_abi :: TargetDataLayout ;
2828use rustc_hash:: FxHashSet ;
2929use smallvec:: { smallvec, SmallVec } ;
3030use stdx:: never;
You can’t perform that action at this time.
0 commit comments