mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
make resolver private
This commit is contained in:
parent
62d01dd4df
commit
a2cc76ce63
6 changed files with 23 additions and 26 deletions
|
@ -51,6 +51,7 @@ use crate::{
|
|||
db::{HirDatabase, DefDatabase},
|
||||
name::{AsName, KnownName},
|
||||
source_id::{FileAstId, AstId},
|
||||
resolve::Resolver,
|
||||
};
|
||||
|
||||
pub use self::{
|
||||
|
@ -65,7 +66,7 @@ pub use self::{
|
|||
docs::{Docs, Documentation},
|
||||
adt::AdtDef,
|
||||
expr::{ExprScopes, ScopeEntryWithSyntax},
|
||||
resolve::{Resolver, Resolution},
|
||||
resolve::Resolution,
|
||||
source_binder::{SourceAnalyzer, PathResolution},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue