Skip to content

Commit 3e5dfdd

Browse files
committed
Typo nit
1 parent e5fd34c commit 3e5dfdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/hir/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ impl serialize::UseSpecializedDecodable for HirId {
120120
}
121121
}
122122

123-
// hack to ensure that we don't try to access the private parts of `NodeId` in this module
123+
// hack to ensure that we don't try to access the private parts of `ItemLocalId` in this module
124124
mod item_local_id_inner {
125125
use rustc_data_structures::indexed_vec::Idx;
126126
/// An `ItemLocalId` uniquely identifies something within a given "item-like",

0 commit comments

Comments
 (0)