diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-11-09 11:00:39 +0100 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-11-12 10:29:53 +0100 |
| commit | 3e5dfdd6f6bb8164a5924c65811bce353fbf4bf7 (patch) | |
| tree | 7823adc5afbba172b87ecc1d9808a8ca452c482e | |
| parent | e5fd34c1aec57b60a96fa96568fe878209e052f3 (diff) | |
| download | rust-3e5dfdd6f6bb8164a5924c65811bce353fbf4bf7.tar.gz rust-3e5dfdd6f6bb8164a5924c65811bce353fbf4bf7.zip | |
Typo nit
| -rw-r--r-- | src/librustc/hir/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ impl serialize::UseSpecializedDecodable for HirId { } } -// 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", |
