mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +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
|
@ -17,7 +17,7 @@ use hir_def::{
|
|||
use hir_expand::{mod_path::ModPath, HirFileIdExt, InFile};
|
||||
use intern::Interned;
|
||||
use la_arena::ArenaMap;
|
||||
use ra_ap_rustc_abi::TargetDataLayout;
|
||||
use rustc_abi::TargetDataLayout;
|
||||
use rustc_hash::{FxHashMap, FxHashSet};
|
||||
use stdx::never;
|
||||
use syntax::{SyntaxNodePtr, TextRange};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue