Skip to content

Commit a575495

Browse files
committed
Make krate private
1 parent dc4fd3d commit a575495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/librustc/hir/map/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ pub(super) type HirEntryMap<'hir> = IndexVec<DefIndex, IndexVec<ItemLocalId, Opt
138138
/// Represents a mapping from `NodeId`s to AST elements and their parent `NodeId`s.
139139
#[derive(Clone)]
140140
pub struct Map<'hir> {
141-
pub krate: &'hir Crate<'hir>,
141+
krate: &'hir Crate<'hir>,
142142

143143
pub dep_graph: DepGraph,
144144

0 commit comments

Comments
 (0)