mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Store DB in SourceBinder
This commit is contained in:
parent
ccfe53376a
commit
a71bb70f0a
3 changed files with 33 additions and 32 deletions
|
@ -48,6 +48,7 @@ pub use crate::{
|
|||
from_source::FromSource,
|
||||
has_source::HasSource,
|
||||
source_analyzer::{PathResolution, ScopeEntryWithSyntax, SourceAnalyzer},
|
||||
source_binder::SourceBinder,
|
||||
};
|
||||
|
||||
pub use hir_def::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue