mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
rename persistent hir database -> def database
This commit is contained in:
parent
331220fee2
commit
3f0cf6ebe1
18 changed files with 106 additions and 160 deletions
|
@ -43,7 +43,7 @@ mod code_model_impl;
|
|||
mod marks;
|
||||
|
||||
use crate::{
|
||||
db::{HirDatabase, PersistentHirDatabase},
|
||||
db::{HirDatabase, DefDatabase},
|
||||
name::{AsName, KnownName},
|
||||
ids::{SourceItemId, SourceFileItems},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue