mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
remove inherent source impls
This commit is contained in:
parent
dd63f17027
commit
c4512fadb1
15 changed files with 22 additions and 67 deletions
|
@ -8,8 +8,10 @@ use std::sync::Arc;
|
|||
use ra_syntax::ast::{self, NameOwner, TypeParamsOwner, TypeBoundsOwner, DefaultTypeParamOwner};
|
||||
|
||||
use crate::{
|
||||
HasSource,
|
||||
Name, AsName, Function, Struct, Union, Enum, Trait, TypeAlias, ImplBlock, Container, AdtDef,
|
||||
db::{HirDatabase, DefDatabase, AstDatabase},
|
||||
Name, AsName, Function, Struct, Union, Enum, Trait, TypeAlias, ImplBlock, Container, path::Path, type_ref::TypeRef, AdtDef
|
||||
path::Path, type_ref::TypeRef,
|
||||
};
|
||||
|
||||
/// Data about a generic parameter (to a function, struct, impl, ...).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue