mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +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
|
@ -6,10 +6,10 @@
|
|||
use std::sync::Arc;
|
||||
|
||||
use hir_def::{
|
||||
name::{self, AsName},
|
||||
path::Path,
|
||||
type_ref::{TypeBound, TypeRef},
|
||||
};
|
||||
use hir_expand::name::{self, AsName};
|
||||
use ra_syntax::ast::{self, DefaultTypeParamOwner, NameOwner, TypeBoundsOwner, TypeParamsOwner};
|
||||
|
||||
use crate::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue