File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,12 +126,12 @@ mod item_local_id_inner {
126
126
use rustc_macros:: HashStable ;
127
127
newtype_index ! {
128
128
/// An `ItemLocalId` uniquely identifies something within a given "item-like",
129
- /// that is within a hir::Item, hir::TraitItem, or hir::ImplItem. There is no
129
+ /// that is, within a hir::Item, hir::TraitItem, or hir::ImplItem. There is no
130
130
/// guarantee that the numerical value of a given `ItemLocalId` corresponds to
131
131
/// the node's position within the owning item in any way, but there is a
132
132
/// guarantee that the `LocalItemId`s within an owner occupy a dense range of
133
133
/// integers starting at zero, so a mapping that maps all or most nodes within
134
- /// an "item-like" to something else can be implement by a `Vec` instead of a
134
+ /// an "item-like" to something else can be implemented by a `Vec` instead of a
135
135
/// tree or hash map.
136
136
pub struct ItemLocalId {
137
137
derive [ HashStable ]
You can’t perform that action at this time.
0 commit comments