Fix a typo.
This commit is contained in:
parent
7a4669285a
commit
9af48e5ab6
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ impl<'tcx> AttributeMap<'tcx> {
|
|||
pub struct OwnerNodes<'tcx> {
|
||||
/// Pre-computed hash of the full HIR.
|
||||
pub hash_including_bodies: Fingerprint,
|
||||
/// Pre-computed hash of the item signature, sithout recursing into the body.
|
||||
/// Pre-computed hash of the item signature, without recursing into the body.
|
||||
pub hash_without_bodies: Fingerprint,
|
||||
/// Full HIR for the current owner.
|
||||
// The zeroth node's parent should never be accessed: the owner's parent is computed by the
|
||||
|
|
Loading…
Add table
Reference in a new issue