mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +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
|
@ -37,7 +37,6 @@ mod ty;
|
|||
mod impl_block;
|
||||
mod expr;
|
||||
mod lang_item;
|
||||
pub mod generics;
|
||||
pub mod diagnostics;
|
||||
mod util;
|
||||
|
||||
|
@ -60,10 +59,10 @@ pub use crate::{
|
|||
EnumVariant, FieldSource, FnData, Function, GenericParam, HasBody, ImplBlock, Local,
|
||||
MacroDef, Module, ModuleDef, ModuleSource, ScopeDef, Static, Struct, StructField, Trait,
|
||||
TypeAlias, Union, VariantDef,
|
||||
GenericDef
|
||||
},
|
||||
expr::ExprScopes,
|
||||
from_source::FromSource,
|
||||
generics::GenericDef,
|
||||
ids::{HirFileId, MacroCallId, MacroCallLoc, MacroDefId, MacroFile},
|
||||
source_binder::{PathResolution, ScopeEntryWithSyntax, SourceAnalyzer},
|
||||
ty::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue