Make krate private
This commit is contained in:
parent
dc4fd3d724
commit
a575495acc
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ pub(super) type HirEntryMap<'hir> = IndexVec<DefIndex, IndexVec<ItemLocalId, Opt
|
|||
/// Represents a mapping from `NodeId`s to AST elements and their parent `NodeId`s.
|
||||
#[derive(Clone)]
|
||||
pub struct Map<'hir> {
|
||||
pub krate: &'hir Crate<'hir>,
|
||||
krate: &'hir Crate<'hir>,
|
||||
|
||||
pub dep_graph: DepGraph,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue