mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Try to fix in-tree build
This commit is contained in:
parent
b8a3180a60
commit
38b5c8c966
3 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ use hir_def::{
|
|||
};
|
||||
use hir_expand::name::Name;
|
||||
use intern::Interned;
|
||||
use ra_ap_rustc_abi::TargetDataLayout;
|
||||
use rustc_abi::TargetDataLayout;
|
||||
use rustc_hash::FxHashSet;
|
||||
use smallvec::{smallvec, SmallVec};
|
||||
use stdx::never;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue