File tree 3 files changed +3
-3
lines changed
src/tools/rust-analyzer/crates/hir-ty/src
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
use base_db:: CrateId ;
4
4
use hir_def:: layout:: TargetDataLayout ;
5
- use ra_ap_rustc_abi :: { AlignFromBytesError , TargetDataLayoutErrors } ;
5
+ use rustc_abi :: { AlignFromBytesError , TargetDataLayoutErrors } ;
6
6
use triomphe:: Arc ;
7
7
8
8
use crate :: db:: HirDatabase ;
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ use hir_def::{
17
17
use hir_expand:: { mod_path:: ModPath , HirFileIdExt , InFile } ;
18
18
use intern:: Interned ;
19
19
use la_arena:: ArenaMap ;
20
- use ra_ap_rustc_abi :: TargetDataLayout ;
20
+ use rustc_abi :: TargetDataLayout ;
21
21
use rustc_hash:: { FxHashMap , FxHashSet } ;
22
22
use stdx:: never;
23
23
use syntax:: { SyntaxNodePtr , TextRange } ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ use hir_def::{
24
24
} ;
25
25
use hir_expand:: name:: Name ;
26
26
use intern:: Interned ;
27
- use ra_ap_rustc_abi :: TargetDataLayout ;
27
+ use rustc_abi :: TargetDataLayout ;
28
28
use rustc_hash:: FxHashSet ;
29
29
use smallvec:: { smallvec, SmallVec } ;
30
30
use stdx:: never;
You can’t perform that action at this time.
0 commit comments