mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Remove old hir::generics module
This commit is contained in:
parent
4f8f3393bc
commit
4daf931111
11 changed files with 94 additions and 114 deletions
|
@ -8,7 +8,6 @@ use ra_syntax::SmolStr;
|
|||
|
||||
use crate::{
|
||||
debug::HirDebugDatabase,
|
||||
generics::GenericDef,
|
||||
ids,
|
||||
lang_item::{LangItemTarget, LangItems},
|
||||
ty::{
|
||||
|
@ -18,8 +17,8 @@ use crate::{
|
|||
TypeCtor,
|
||||
},
|
||||
type_alias::TypeAliasData,
|
||||
Const, ConstData, Crate, DefWithBody, FnData, Function, ImplBlock, Module, Static, StructField,
|
||||
Trait, TypeAlias,
|
||||
Const, ConstData, Crate, DefWithBody, FnData, Function, GenericDef, ImplBlock, Module, Static,
|
||||
StructField, Trait, TypeAlias,
|
||||
};
|
||||
|
||||
pub use hir_def::db::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue