mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Reduce visibility
This commit is contained in:
parent
c692e07b4f
commit
e7c82eab21
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ use ra_prof::profile;
|
|||
/// Primary API to get semantic information, like types, from syntax trees.
|
||||
pub struct Semantics<'db, DB> {
|
||||
pub db: &'db DB,
|
||||
pub(crate) sb: RefCell<SourceBinder>,
|
||||
sb: RefCell<SourceBinder>,
|
||||
cache: RefCell<FxHashMap<SyntaxNode, HirFileId>>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue