mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Remove hir/adt.rs
This commit is contained in:
parent
12ec946216
commit
7c275a7ed2
6 changed files with 47 additions and 66 deletions
|
@ -4,11 +4,10 @@ use hir_def::{HasSource as _, Lookup};
|
|||
use ra_syntax::ast::{self, AstNode};
|
||||
|
||||
use crate::{
|
||||
adt::VariantDef,
|
||||
db::{AstDatabase, DefDatabase, HirDatabase},
|
||||
ids::AstItemDef,
|
||||
Const, Either, Enum, EnumVariant, FieldSource, Function, HasBody, HirFileId, MacroDef, Module,
|
||||
ModuleSource, Static, Struct, StructField, Trait, TypeAlias, Union,
|
||||
ModuleSource, Static, Struct, StructField, Trait, TypeAlias, Union, VariantDef,
|
||||
};
|
||||
|
||||
pub use hir_expand::Source;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue