mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
push name down to hir_expand
This commit is contained in:
parent
b05d6e53fb
commit
872ac566bf
21 changed files with 49 additions and 50 deletions
|
@ -2,10 +2,10 @@
|
|||
use std::sync::Arc;
|
||||
|
||||
use hir_def::{
|
||||
name::{self, Name},
|
||||
path::{Path, PathKind},
|
||||
CrateModuleId,
|
||||
};
|
||||
use hir_expand::name::{self, Name};
|
||||
use rustc_hash::FxHashSet;
|
||||
|
||||
use crate::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue