mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
remove inherent source impls
This commit is contained in:
parent
dd63f17027
commit
c4512fadb1
15 changed files with 22 additions and 67 deletions
|
@ -5,7 +5,7 @@ use ra_syntax::ast::{AstNode, StructLit};
|
|||
|
||||
use crate::{
|
||||
expr::AstPtr,
|
||||
HirDatabase, Function, Name,
|
||||
HirDatabase, Function, Name, HasSource,
|
||||
diagnostics::{DiagnosticSink, MissingFields},
|
||||
adt::AdtDef,
|
||||
Path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue