mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +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
|
@ -2,7 +2,7 @@
|
|||
|
||||
use base_db::CrateId;
|
||||
use hir_def::layout::TargetDataLayout;
|
||||
use ra_ap_rustc_abi::{AlignFromBytesError, TargetDataLayoutErrors};
|
||||
use rustc_abi::{AlignFromBytesError, TargetDataLayoutErrors};
|
||||
use triomphe::Arc;
|
||||
|
||||
use crate::db::HirDatabase;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue