mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
kill DefKindc
This commit is contained in:
parent
ff9c5bef7b
commit
1ccf73c836
3 changed files with 15 additions and 55 deletions
|
@ -46,7 +46,7 @@ mod marks;
|
|||
use crate::{
|
||||
db::HirDatabase,
|
||||
name::{AsName, KnownName},
|
||||
ids::{DefKind, SourceItemId, SourceFileItems},
|
||||
ids::{SourceItemId, SourceFileItems},
|
||||
};
|
||||
|
||||
pub use self::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue