From 3e5dfdd6f6bb8164a5924c65811bce353fbf4bf7 Mon Sep 17 00:00:00 2001 From: Oliver Scherer Date: Fri, 9 Nov 2018 11:00:39 +0100 Subject: [PATCH] Typo nit --- src/librustc/hir/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/hir/mod.rs b/src/librustc/hir/mod.rs index bfe16493805..a2b15f00265 100644 --- a/src/librustc/hir/mod.rs +++ b/src/librustc/hir/mod.rs @@ -120,7 +120,7 @@ fn default_decode(d: &mut D) -> Result { } } -// hack to ensure that we don't try to access the private parts of `NodeId` in this module +// hack to ensure that we don't try to access the private parts of `ItemLocalId` in this module mod item_local_id_inner { use rustc_data_structures::indexed_vec::Idx; /// An `ItemLocalId` uniquely identifies something within a given "item-like",