mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
remove inherent source impls
This commit is contained in:
parent
dd63f17027
commit
c4512fadb1
15 changed files with 22 additions and 67 deletions
|
@ -3,7 +3,7 @@ use std::sync::Arc;
|
|||
use ra_syntax::ast;
|
||||
|
||||
use crate::{
|
||||
HirDatabase, DefDatabase, AstDatabase,
|
||||
HirDatabase, DefDatabase, AstDatabase, HasSource,
|
||||
Module, StructField, Struct, Enum, EnumVariant, Static, Const, Function, Union, Trait, TypeAlias, FieldSource, MacroDef,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue