mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Cleanup imports
This commit is contained in:
parent
cfffea6dc8
commit
f11237561c
8 changed files with 20 additions and 27 deletions
|
@ -1,12 +1,11 @@
|
|||
//! FIXME: write short doc here
|
||||
|
||||
use hir_def::{HasChildSource, HasSource as _, Lookup, VariantId};
|
||||
use hir_def::{AstItemDef, HasChildSource, HasSource as _, Lookup, VariantId};
|
||||
use hir_expand::either::Either;
|
||||
use ra_syntax::ast::{self, AstNode};
|
||||
|
||||
use crate::{
|
||||
db::{DefDatabase, HirDatabase},
|
||||
ids::AstItemDef,
|
||||
Const, Enum, EnumVariant, FieldSource, Function, HasBody, Import, MacroDef, Module,
|
||||
ModuleSource, Static, Struct, StructField, Trait, TypeAlias, Union,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue