mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
split HirDatabase api
This commit is contained in:
parent
12433a7887
commit
4dffdcf14a
21 changed files with 147 additions and 106 deletions
|
@ -44,7 +44,7 @@ mod code_model_impl;
|
|||
mod marks;
|
||||
|
||||
use crate::{
|
||||
db::HirDatabase,
|
||||
db::{HirDatabase, PersistentHirDatabase},
|
||||
name::{AsName, KnownName},
|
||||
ids::{SourceItemId, SourceFileItems},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue