mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
reduce visibility
This commit is contained in:
parent
d095d9273e
commit
2a5254c106
4 changed files with 9 additions and 20 deletions
|
@ -80,7 +80,7 @@ pub use self::{
|
|||
path::{Path, PathKind},
|
||||
resolve::ScopeDef,
|
||||
source_binder::{PathResolution, ScopeEntryWithSyntax, SourceAnalyzer},
|
||||
source_id::{AstIdMap, ErasedFileAstId},
|
||||
source_id::AstIdMap,
|
||||
ty::{
|
||||
display::HirDisplay, ApplicationTy, CallableDef, Substs, TraitRef, Ty, TypeCtor, TypeWalk,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue